Class CfnResourceGatewayProps
Properties for defining a CfnResourceGateway
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnResourceGatewayProps : Object, ICfnResourceGatewayProps
Syntax (vb)
Public Class CfnResourceGatewayProps
Inherits Object
Implements ICfnResourceGatewayProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.VpcLattice;
var cfnResourceGatewayProps = new CfnResourceGatewayProps {
IpAddressType = "ipAddressType",
Name = "name",
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
VpcIdentifier = "vpcIdentifier"
};
Synopsis
Constructors
Cfn |
Properties
Ip |
The type of IP address used by the resource gateway. |
Name | The name of the resource gateway. |
Security |
The IDs of the security groups applied to the resource gateway. |
Subnet |
The IDs of the VPC subnets for the resource gateway. |
Tags | The tags for the resource gateway. |
Vpc |
The ID of the VPC for the resource gateway. |
Constructors
CfnResourceGatewayProps()
public CfnResourceGatewayProps()
Properties
IpAddressType
The type of IP address used by the resource gateway.
public string IpAddressType { get; set; }
Property Value
System.
Remarks
Name
The name of the resource gateway.
public string Name { get; set; }
Property Value
System.
Remarks
SecurityGroupIds
The IDs of the security groups applied to the resource gateway.
public string[] SecurityGroupIds { get; set; }
Property Value
System.
Remarks
SubnetIds
The IDs of the VPC subnets for the resource gateway.
public string[] SubnetIds { get; set; }
Property Value
System.
Remarks
Tags
The tags for the resource gateway.
public ICfnTag[] Tags { get; set; }
Property Value
ICfn
Remarks
VpcIdentifier
The ID of the VPC for the resource gateway.
public string VpcIdentifier { get; set; }
Property Value
System.