Class CfnOdbPeeringConnectionMixinProps
Properties for CfnOdbPeeringConnectionPropsMixin.
Implements
Inherited Members
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
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
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
DisplayName
The display name of the ODB peering connection.
public string? DisplayName { get; set; }
Property Value
Remarks
OdbNetworkId
The unique identifier of the ODB network.
public string? OdbNetworkId { get; set; }
Property Value
Remarks
PeerNetworkId
The unique identifier of the peer network.
public string? PeerNetworkId { get; set; }
Property Value
Remarks
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
Tags
Tags to assign to the Odb peering connection.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]