Show / Hide Table of Contents

Class ProjectIpWhitelistArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectIpWhitelistArgs
Inherited Members
ResourceArgs.Empty
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 ProjectIpWhitelistArgs : ResourceArgs

Constructors

View Source

ProjectIpWhitelistArgs()

Declaration
public ProjectIpWhitelistArgs()

Properties

View Source

AwsSecurityGroup

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>
View Source

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>
View Source

Comment

Comment to add to the whitelist entry.

Declaration
public Input<string> Comment { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.