Class ProjectIpWhitelistState
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.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ProjectIpWhitelistState : ResourceArgs
Constructors
View SourceProjectIpWhitelistState()
Declaration
public ProjectIpWhitelistState()
Properties
View SourceAwsSecurityGroup
ID of the whitelisted AWS security group. Mutually exclusive with cidr_block and ip_address.
Declaration
public Input<string> AwsSecurityGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CidrBlock
Whitelist entry in Classless Inter-Domain Routing (CIDR) notation. Mutually exclusive with aws_security_group and ip_address.
Declaration
public Input<string> CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Comment
Comment to add to the whitelist entry.
Declaration
public Input<string> Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpAddress
Whitelisted IP address. Mutually exclusive with aws_security_group and cidr_block.
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The ID of the project in which to add the whitelist entry.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |