Class AcceleratorIpSetGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.GlobalAccelerator.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AcceleratorIpSetGetArgs : ResourceArgs
Constructors
View SourceAcceleratorIpSetGetArgs()
Declaration
public AcceleratorIpSetGetArgs()
Properties
View SourceIpAddresses
A list of IP addresses in the IP address set.
Declaration
public InputList<string> IpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
IpFamily
The types of IP addresses included in this IP set.
Declaration
public Input<string> IpFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |