@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:01:44.879Z") @Stability(value=External) public class CfnTransitGatewayRoute extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html
Modifier and Type | Class and Description |
---|---|
static class |
CfnTransitGatewayRoute.Builder
A fluent builder for
CfnTransitGatewayRoute . |
software.amazon.jsii.JsiiObject.InitializationMode
IInspectable.Jsii$Proxy
Modifier and Type | Field and Description |
---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnTransitGatewayRoute(Construct scope,
String id,
CfnTransitGatewayRouteProps props)
Create a new `AWS::EC2::TransitGatewayRoute`.
|
protected |
CfnTransitGatewayRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnTransitGatewayRoute(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
static CfnTransitGatewayRoute |
fromCloudFormation(Construct scope,
String id,
Object resourceAttributes,
FromCloudFormationOptions options)
A factory method that creates a new instance of this class from an object containing the CloudFormation properties of this resource.
|
Object |
getBlackhole()
`AWS::EC2::TransitGatewayRoute.Blackhole`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDestinationCidrBlock()
`AWS::EC2::TransitGatewayRoute.DestinationCidrBlock`.
|
String |
getTransitGatewayAttachmentId()
`AWS::EC2::TransitGatewayRoute.TransitGatewayAttachmentId`.
|
String |
getTransitGatewayRouteTableId()
`AWS::EC2::TransitGatewayRoute.TransitGatewayRouteTableId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setBlackhole(Boolean value)
`AWS::EC2::TransitGatewayRoute.Blackhole`.
|
void |
setBlackhole(IResolvable value)
`AWS::EC2::TransitGatewayRoute.Blackhole`.
|
void |
setDestinationCidrBlock(String value)
`AWS::EC2::TransitGatewayRoute.DestinationCidrBlock`.
|
void |
setTransitGatewayAttachmentId(String value)
`AWS::EC2::TransitGatewayRoute.TransitGatewayAttachmentId`.
|
void |
setTransitGatewayRouteTableId(String value)
`AWS::EC2::TransitGatewayRoute.TransitGatewayRouteTableId`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnTransitGatewayRoute(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnTransitGatewayRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External) public CfnTransitGatewayRoute(@NotNull Construct scope, @NotNull String id, @NotNull CfnTransitGatewayRouteProps props)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.props
- - resource properties. This parameter is required.@Stability(value=Experimental) @NotNull public static CfnTransitGatewayRoute fromCloudFormation(@NotNull Construct scope, @NotNull String id, @NotNull Object resourceAttributes, @NotNull FromCloudFormationOptions options)
Used in the @aws-cdk/cloudformation-include module.
EXPERIMENTAL
scope
- This parameter is required.id
- This parameter is required.resourceAttributes
- This parameter is required.options
- This parameter is required.@Stability(value=Experimental) public void inspect(@NotNull TreeInspector inspector)
EXPERIMENTAL
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.@Stability(value=External) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.@Stability(value=External) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Stability(value=External) @NotNull public String getTransitGatewayRouteTableId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid
@Stability(value=External) public void setTransitGatewayRouteTableId(@NotNull String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayroutetableid
@Stability(value=External) @Nullable public Object getBlackhole()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole
@Stability(value=External) public void setBlackhole(@Nullable Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole
@Stability(value=External) public void setBlackhole(@Nullable IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-blackhole
@Stability(value=External) @Nullable public String getDestinationCidrBlock()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock
@Stability(value=External) public void setDestinationCidrBlock(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-destinationcidrblock
@Stability(value=External) @Nullable public String getTransitGatewayAttachmentId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid
@Stability(value=External) public void setTransitGatewayAttachmentId(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroute.html#cfn-ec2-transitgatewayroute-transitgatewayattachmentid
Copyright © 2020. All rights reserved.