Class IpGroupRuleArgs
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.Workspaces.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IpGroupRuleArgs : ResourceArgs
Constructors
View SourceIpGroupRuleArgs()
Declaration
public IpGroupRuleArgs()
Properties
View SourceDescription
The description.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Source
The IP address range, in CIDR notation, e.g. 10.0.0.0/16
Declaration
public Input<string> Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |