Show / Hide Table of Contents

Class CfnOdbPeeringConnectionMixinProps

Properties for CfnOdbPeeringConnectionPropsMixin.

Inheritance
object
CfnOdbPeeringConnectionMixinProps
Implements
ICfnOdbPeeringConnectionMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ODB
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnOdbPeeringConnectionMixinProps : ICfnOdbPeeringConnectionMixinProps
Syntax (vb)
Public Class CfnOdbPeeringConnectionMixinProps Implements ICfnOdbPeeringConnectionMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html

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.CfnPropertyMixins.AWS.ODB;

             var cfnOdbPeeringConnectionMixinProps = new CfnOdbPeeringConnectionMixinProps {
                 AdditionalPeerNetworkCidrs = new [] { "additionalPeerNetworkCidrs" },
                 DisplayName = "displayName",
                 OdbNetworkId = "odbNetworkId",
                 PeerNetworkId = "peerNetworkId",
                 PeerNetworkRouteTableIds = new [] { "peerNetworkRouteTableIds" },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnOdbPeeringConnectionMixinProps()

Properties for CfnOdbPeeringConnectionPropsMixin.

Properties

AdditionalPeerNetworkCidrs

The additional CIDR blocks for the ODB peering connection.

DisplayName

The display name of the ODB peering connection.

OdbNetworkId

The unique identifier of the ODB network.

PeerNetworkId

The unique identifier of the peer network.

PeerNetworkRouteTableIds

The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.

Tags

Tags to assign to the Odb peering connection.

Constructors

CfnOdbPeeringConnectionMixinProps()

Properties for CfnOdbPeeringConnectionPropsMixin.

public CfnOdbPeeringConnectionMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html

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.CfnPropertyMixins.AWS.ODB;

             var cfnOdbPeeringConnectionMixinProps = new CfnOdbPeeringConnectionMixinProps {
                 AdditionalPeerNetworkCidrs = new [] { "additionalPeerNetworkCidrs" },
                 DisplayName = "displayName",
                 OdbNetworkId = "odbNetworkId",
                 PeerNetworkId = "peerNetworkId",
                 PeerNetworkRouteTableIds = new [] { "peerNetworkRouteTableIds" },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

AdditionalPeerNetworkCidrs

The additional CIDR blocks for the ODB peering connection.

public string[]? AdditionalPeerNetworkCidrs { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-additionalpeernetworkcidrs

DisplayName

The display name of the ODB peering connection.

public string? DisplayName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-displayname

OdbNetworkId

The unique identifier of the ODB network.

public string? OdbNetworkId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-odbnetworkid

PeerNetworkId

The unique identifier of the peer network.

public string? PeerNetworkId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-peernetworkid

PeerNetworkRouteTableIds

The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.

public string[]? PeerNetworkRouteTableIds { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-peernetworkroutetableids

Tags

Tags to assign to the Odb peering connection.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-tags

Implements

ICfnOdbPeeringConnectionMixinProps
Back to top Generated by DocFX