Class CfnTransitGatewayRouteTableAttachment
Creates a transit gateway route table attachment.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayRouteTableAttachment : CfnResource, IInspectable, ITransitGatewayRouteTableAttachmentRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnTransitGatewayRouteTableAttachment Inherits CfnResource Implements IInspectable, ITransitGatewayRouteTableAttachmentRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
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.NetworkManager;
var cfnTransitGatewayRouteTableAttachment = new CfnTransitGatewayRouteTableAttachment(this, "MyCfnTransitGatewayRouteTableAttachment", new CfnTransitGatewayRouteTableAttachmentProps {
PeeringId = "peeringId",
TransitGatewayRouteTableArn = "transitGatewayRouteTableArn",
// the properties below are optional
NetworkFunctionGroupName = "networkFunctionGroupName",
ProposedNetworkFunctionGroupChange = new ProposedNetworkFunctionGroupChangeProperty {
AttachmentPolicyRuleNumber = 123,
NetworkFunctionGroupName = "networkFunctionGroupName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
},
ProposedSegmentChange = new ProposedSegmentChangeProperty {
AttachmentPolicyRuleNumber = 123,
SegmentName = "segmentName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
},
RoutingPolicyLabel = "routingPolicyLabel",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
| CfnTransitGatewayRouteTableAttachment(Construct, string, ICfnTransitGatewayRouteTableAttachmentProps) | Create a new |
Properties
| AttrAttachmentId | The ID of the transit gateway route table attachment. |
| AttrAttachmentPolicyRuleNumber | The policy rule number associated with the attachment. |
| AttrAttachmentType | The type of attachment. |
| AttrCoreNetworkArn | The ARN of the core network. |
| AttrCoreNetworkId | The ID of the core network. |
| AttrCreatedAt | The timestamp when the transit gateway route table attachment was created. |
| AttrEdgeLocation | The Region where the core network edge is located. |
| AttrLastModificationErrors | Errors from the last modification of the attachment. |
| AttrOwnerAccountId | The ID of the transit gateway route table attachment owner. |
| AttrResourceArn | The resource ARN for the transit gateway route table attachment. |
| AttrSegmentName | The name of the attachment's segment. |
| AttrState | The state of the attachment. |
| AttrUpdatedAt | The timestamp when the transit gateway route table attachment was last updated. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | Creates a transit gateway route table attachment. |
| NetworkFunctionGroupName | The name of the network function group. |
| PeeringId | The ID of the transit gateway peering. |
| ProposedNetworkFunctionGroupChange | Describes proposed changes to a network function group. |
| ProposedSegmentChange | This property is read-only. |
| RoutingPolicyLabel | Routing policy label. |
| Tags | Tag Manager which manages the tags for this resource. |
| TagsRaw | The list of key-value pairs associated with the transit gateway route table attachment. |
| TransitGatewayRouteTableArn | The ARN of the transit gateway attachment route table. |
| TransitGatewayRouteTableAttachmentRef | A reference to a TransitGatewayRouteTableAttachment resource. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnTransitGatewayRouteTableAttachment(object) | Checks whether the given object is a CfnTransitGatewayRouteTableAttachment. |
| RenderProperties(IDictionary<string, object>) | Creates a transit gateway route table attachment. |
Constructors
CfnTransitGatewayRouteTableAttachment(Construct, string, ICfnTransitGatewayRouteTableAttachmentProps)
Create a new AWS::NetworkManager::TransitGatewayRouteTableAttachment.
public CfnTransitGatewayRouteTableAttachment(Construct scope, string id, ICfnTransitGatewayRouteTableAttachmentProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnTransitGatewayRouteTableAttachmentProps
Resource properties.
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
Properties
AttrAttachmentId
The ID of the transit gateway route table attachment.
public virtual string AttrAttachmentId { get; }
Property Value
Remarks
CloudformationAttribute: AttachmentId
AttrAttachmentPolicyRuleNumber
The policy rule number associated with the attachment.
public virtual double AttrAttachmentPolicyRuleNumber { get; }
Property Value
Remarks
CloudformationAttribute: AttachmentPolicyRuleNumber
AttrAttachmentType
The type of attachment.
public virtual string AttrAttachmentType { get; }
Property Value
Remarks
This will be TRANSIT_GATEWAY_ROUTE_TABLE .
CloudformationAttribute: AttachmentType
AttrCoreNetworkArn
The ARN of the core network.
public virtual string AttrCoreNetworkArn { get; }
Property Value
Remarks
CloudformationAttribute: CoreNetworkArn
AttrCoreNetworkId
The ID of the core network.
public virtual string AttrCoreNetworkId { get; }
Property Value
Remarks
CloudformationAttribute: CoreNetworkId
AttrCreatedAt
The timestamp when the transit gateway route table attachment was created.
public virtual string AttrCreatedAt { get; }
Property Value
Remarks
CloudformationAttribute: CreatedAt
AttrEdgeLocation
The Region where the core network edge is located.
public virtual string AttrEdgeLocation { get; }
Property Value
Remarks
CloudformationAttribute: EdgeLocation
AttrLastModificationErrors
Errors from the last modification of the attachment.
public virtual string[] AttrLastModificationErrors { get; }
Property Value
string[]
Remarks
CloudformationAttribute: LastModificationErrors
AttrOwnerAccountId
The ID of the transit gateway route table attachment owner.
public virtual string AttrOwnerAccountId { get; }
Property Value
Remarks
CloudformationAttribute: OwnerAccountId
AttrResourceArn
The resource ARN for the transit gateway route table attachment.
public virtual string AttrResourceArn { get; }
Property Value
Remarks
CloudformationAttribute: ResourceArn
AttrSegmentName
The name of the attachment's segment.
public virtual string AttrSegmentName { get; }
Property Value
Remarks
CloudformationAttribute: SegmentName
AttrState
The state of the attachment.
public virtual string AttrState { get; }
Property Value
Remarks
This can be: REJECTED | PENDING_ATTACHMENT_ACCEPTANCE | CREATING | FAILED | AVAILABLE | UPDATING | PENDING_NETWORK_UPDATE | PENDING_TAG_ACCEPTANCE | DELETING .
CloudformationAttribute: State
AttrUpdatedAt
The timestamp when the transit gateway route table attachment was last updated.
public virtual string AttrUpdatedAt { get; }
Property Value
Remarks
CloudformationAttribute: UpdatedAt
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
CfnProperties
Creates a transit gateway route table attachment.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
NetworkFunctionGroupName
The name of the network function group.
public virtual string? NetworkFunctionGroupName { get; set; }
Property Value
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
PeeringId
The ID of the transit gateway peering.
public virtual string PeeringId { get; set; }
Property Value
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
ProposedNetworkFunctionGroupChange
Describes proposed changes to a network function group.
public virtual object? ProposedNetworkFunctionGroupChange { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnTransitGatewayRouteTableAttachment.IProposedNetworkFunctionGroupChangeProperty
ProposedSegmentChange
This property is read-only.
public virtual object? ProposedSegmentChange { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnTransitGatewayRouteTableAttachment.IProposedSegmentChangeProperty
RoutingPolicyLabel
Routing policy label.
public virtual string? RoutingPolicyLabel { get; set; }
Property Value
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
TagsRaw
The list of key-value pairs associated with the transit gateway route table attachment.
public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value
ICfnTag[]
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
TransitGatewayRouteTableArn
The ARN of the transit gateway attachment route table.
public virtual string TransitGatewayRouteTableArn { get; set; }
Property Value
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
TransitGatewayRouteTableAttachmentRef
A reference to a TransitGatewayRouteTableAttachment resource.
public virtual ITransitGatewayRouteTableAttachmentReference TransitGatewayRouteTableAttachmentRef { get; }
Property Value
ITransitGatewayRouteTableAttachmentReference
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
IsCfnTransitGatewayRouteTableAttachment(object)
Checks whether the given object is a CfnTransitGatewayRouteTableAttachment.
public static bool IsCfnTransitGatewayRouteTableAttachment(object x)
Parameters
- x object
Returns
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Creates a transit gateway route table attachment.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
CloudformationResource: AWS::NetworkManager::TransitGatewayRouteTableAttachment
ExampleMetadata: fixture=_generated