Skip to content

RosCenRouteMap

This class is a base encapsulation around the ROS resource type ALIYUN::CEN::CenRouteMap, which is used to create a routing policy.

Initializers

import com.aliyun.ros.cdk.cen.RosCenRouteMap;
RosCenRouteMap.Builder.create(Construct scope, java.lang.String id, java.lang.Boolean enableResourcePropertyConstraint)
    .cenId(java.lang.String)
    .cenId(IResolvable)
    .cenRegionId(java.lang.String)
    .cenRegionId(IResolvable)
    .mapResult(java.lang.String)
    .mapResult(IResolvable)
    .priority(java.lang.Number)
    .priority(IResolvable)
    .transmitDirection(java.lang.String)
    .transmitDirection(IResolvable)
//  .asPathMatchMode(java.lang.String)
//  .asPathMatchMode(IResolvable)
//  .cidrMatchMode(java.lang.String)
//  .cidrMatchMode(IResolvable)
//  .communityMatchMode(java.lang.String)
//  .communityMatchMode(IResolvable)
//  .communityOperateMode(java.lang.String)
//  .communityOperateMode(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .destinationChildInstanceTypes(IResolvable)
//  .destinationChildInstanceTypes(java.util.List<java.lang.String)
//  .destinationChildInstanceTypes(IResolvable>)
//  .destinationCidrBlocks(IResolvable)
//  .destinationCidrBlocks(java.util.List<java.lang.String)
//  .destinationCidrBlocks(IResolvable>)
//  .destinationInstanceIds(IResolvable)
//  .destinationInstanceIds(java.util.List<java.lang.String)
//  .destinationInstanceIds(IResolvable>)
//  .destinationInstanceIdsReverseMatch(java.lang.Boolean)
//  .destinationInstanceIdsReverseMatch(IResolvable)
//  .destinationRouteTableIds(IResolvable)
//  .destinationRouteTableIds(java.util.List<java.lang.String)
//  .destinationRouteTableIds(IResolvable>)
//  .matchAsns(IResolvable)
//  .matchAsns(java.util.List<java.lang.String)
//  .matchAsns(IResolvable>)
//  .matchCommunitySet(IResolvable)
//  .matchCommunitySet(java.util.List<java.lang.String)
//  .matchCommunitySet(IResolvable>)
//  .nextPriority(java.lang.Number)
//  .nextPriority(IResolvable)
//  .operateCommunitySet(IResolvable)
//  .operateCommunitySet(java.util.List<java.lang.String)
//  .operateCommunitySet(IResolvable>)
//  .preference(java.lang.Number)
//  .preference(IResolvable)
//  .prependAsPath(IResolvable)
//  .prependAsPath(java.util.List<java.lang.String)
//  .prependAsPath(IResolvable>)
//  .routeTypes(IResolvable)
//  .routeTypes(java.util.List<java.lang.String)
//  .routeTypes(IResolvable>)
//  .sourceChildInstanceTypes(IResolvable)
//  .sourceChildInstanceTypes(java.util.List<java.lang.String)
//  .sourceChildInstanceTypes(IResolvable>)
//  .sourceInstanceIds(IResolvable)
//  .sourceInstanceIds(java.util.List<java.lang.String)
//  .sourceInstanceIds(IResolvable>)
//  .sourceInstanceIdsReverseMatch(java.lang.Boolean)
//  .sourceInstanceIdsReverseMatch(IResolvable)
//  .sourceRegionIds(IResolvable)
//  .sourceRegionIds(java.util.List<java.lang.String)
//  .sourceRegionIds(IResolvable>)
//  .sourceRouteTableIds(IResolvable)
//  .sourceRouteTableIds(java.util.List<java.lang.String)
//  .sourceRouteTableIds(IResolvable>)
    .build();
Name Type Description
scope com.aliyun.ros.cdk.core.Construct - scope in which this resource is defined.
id java.lang.String - scoped id of the resource.
enableResourcePropertyConstraint java.lang.Boolean No description.
cenId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
cenRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
mapResult java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
priority java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
transmitDirection java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
asPathMatchMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
cidrMatchMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
communityMatchMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
communityOperateMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationChildInstanceTypes com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
destinationCidrBlocks com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
destinationInstanceIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
destinationInstanceIdsReverseMatch java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationRouteTableIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
matchAsns com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
matchCommunitySet com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
nextPriority java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
operateCommunitySet com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
preference java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
prependAsPath com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
routeTypes com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceChildInstanceTypes com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceInstanceIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceInstanceIdsReverseMatch java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
sourceRegionIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceRouteTableIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

scopeRequired

  • Type: com.aliyun.ros.cdk.core.Construct

scope in which this resource is defined.


idRequired

  • Type: java.lang.String

scoped id of the resource.


enableResourcePropertyConstraintRequired

  • Type: java.lang.Boolean

cenIdRequired

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

cenRegionIdRequired

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

mapResultRequired

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

priorityRequired

  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

transmitDirectionRequired

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

asPathMatchModeOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

cidrMatchModeOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

communityMatchModeOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

communityOperateModeOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

descriptionOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

destinationChildInstanceTypesOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

destinationCidrBlocksOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

destinationInstanceIdsOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

destinationInstanceIdsReverseMatchOptional

  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

destinationRouteTableIdsOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

matchAsnsOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

matchCommunitySetOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

nextPriorityOptional

  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

operateCommunitySetOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

preferenceOptional

  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

prependAsPathOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

routeTypesOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceChildInstanceTypesOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceInstanceIdsOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceInstanceIdsReverseMatchOptional

  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

sourceRegionIdsOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceRouteTableIdsOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

Methods

Name Description
toString Returns a string representation of this construct.
synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
overrideLogicalId Overrides the auto-generated logical ID with a specific ID.
addCondition No description.
addCount No description.
addDeletionOverride Syntactic sugar for addOverride(path, undefined).
addDependsOn Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
addDesc No description.
addMetaData No description.
addOverride Adds an override to the synthesized ROS resource.
addPropertyDeletionOverride Adds an override that deletes the value of a property from the resource definition.
addPropertyOverride Adds an override to a resource property.
addRosDependency No description.
applyRemovalPolicy Sets the deletion policy of the resource based on the removal policy specified.
getAtt Returns a token for an runtime attribute of this resource.

toString

public java.lang.String toString()

Returns a string representation of this construct.

synthesize

public void synthesize(ISynthesisSession session)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

sessionRequired

  • Type: com.aliyun.ros.cdk.core.ISynthesisSession

The synthesis session.


overrideLogicalId

public void overrideLogicalId(java.lang.String newLogicalId)

Overrides the auto-generated logical ID with a specific ID.

newLogicalIdRequired

  • Type: java.lang.String

The new logical ID to use for this stack element.


addCondition

public void addCondition(RosCondition con)

conRequired

  • Type: com.aliyun.ros.cdk.core.RosCondition

addCount

public void addCount(java.lang.Number OR IResolvable count)

countRequired

  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

addDeletionOverride

public void addDeletionOverride(java.lang.String path)

Syntactic sugar for addOverride(path, undefined).

pathRequired

  • Type: java.lang.String

The path of the value to delete.


addDependsOn

public void addDependsOn(RosResource target)

Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.

This can be used for resources across stacks (or nested stack) boundaries and the dependency will automatically be transferred to the relevant scope.

targetRequired

  • Type: com.aliyun.ros.cdk.core.RosResource

addDesc

public void addDesc(java.lang.String desc)

descRequired

  • Type: java.lang.String

addMetaData

public void addMetaData(java.lang.String key, java.lang.Object value)

keyRequired

  • Type: java.lang.String

valueRequired

  • Type: java.lang.Object

addOverride

public void addOverride(java.lang.String path, java.lang.Object value)

Adds an override to the synthesized ROS resource.

To add a property override, either use addPropertyOverride or prefix path with "Properties." (i.e. Properties.TopicName).

If the override is nested, separate each nested level using a dot (.) in the path parameter. If there is an array as part of the nesting, specify the index in the path.

For example,

addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute'])
addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE')

would add the overrides

"Properties": {
   "GlobalSecondaryIndexes": [
     {
       "Projection": {
         "NonKeyAttributes": [ "myattribute" ]
         ...
       }
       ...
     },
     {
       "ProjectionType": "INCLUDE"
       ...
     },
   ]
   ...
}

pathRequired

  • Type: java.lang.String

The path of the property, you can use dot notation to override values in complex types.

Any intermdediate keys will be created as needed.


valueRequired

  • Type: java.lang.Object

The value.

Could be primitive or complex.


addPropertyDeletionOverride

public void addPropertyDeletionOverride(java.lang.String propertyPath)

Adds an override that deletes the value of a property from the resource definition.

propertyPathRequired

  • Type: java.lang.String

The path to the property.


addPropertyOverride

public void addPropertyOverride(java.lang.String propertyPath, java.lang.Object value)

Adds an override to a resource property.

Syntactic sugar for addOverride("Properties.<...>", value).

propertyPathRequired

  • Type: java.lang.String

The path of the property.


valueRequired

  • Type: java.lang.Object

The value.


addRosDependency

public void addRosDependency(java.lang.String target)

targetRequired

  • Type: java.lang.String

applyRemovalPolicy

public void applyRemovalPolicy()
public void applyRemovalPolicy(RemovalPolicy policy)
public void applyRemovalPolicy(RemovalPolicy policy, RemovalPolicyOptions options)

Sets the deletion policy of the resource based on the removal policy specified.

policyOptional

  • Type: com.aliyun.ros.cdk.core.RemovalPolicy

optionsOptional

  • Type: com.aliyun.ros.cdk.core.RemovalPolicyOptions

getAtt

public Reference getAtt(java.lang.String attributeName)

Returns a token for an runtime attribute of this resource.

Ideally, use generated attribute accessors (e.g. resource.arn), but this can be used for future compatibility in case there is no generated attribute.

attributeNameRequired

  • Type: java.lang.String

The name of the attribute.


Static Functions

Name Description
isConstruct Return whether the given object is a Construct.
isRosElement Returns true if a construct is a stack element (i.e. part of the synthesized template).
isRosResource Check whether the given construct is a RosResource.

isConstruct

import com.aliyun.ros.cdk.cen.RosCenRouteMap;
RosCenRouteMap.isConstruct(java.lang.Object x)

Return whether the given object is a Construct.

xRequired

  • Type: java.lang.Object

isRosElement

import com.aliyun.ros.cdk.cen.RosCenRouteMap;
RosCenRouteMap.isRosElement(java.lang.Object x)

Returns true if a construct is a stack element (i.e. part of the synthesized template).

Uses duck-typing instead of instanceof to allow stack elements from different versions of this library to be included in the same stack.

xRequired

  • Type: java.lang.Object

isRosResource

import com.aliyun.ros.cdk.cen.RosCenRouteMap;
RosCenRouteMap.isRosResource(IConstruct construct)

Check whether the given construct is a RosResource.

constructRequired

  • Type: com.aliyun.ros.cdk.core.IConstruct

Properties

Name Type Description
node com.aliyun.ros.cdk.core.ConstructNode The construct tree node associated with this construct.
creationStack java.util.List No description.
logicalId java.lang.String The logical ID for this stack element.
stack com.aliyun.ros.cdk.core.Stack The stack in which this element is defined.
ref java.lang.String Return a string that will be resolved to a RosTemplate { Ref } for this element.
rosOptions com.aliyun.ros.cdk.core.IRosResourceOptions Options for this resource, such as condition, update policy etc.
rosResourceType java.lang.String ROS resource type.
attrRouteMapId com.aliyun.ros.cdk.core.IResolvable No description.
cenId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
cenRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
enableResourcePropertyConstraint java.lang.Boolean No description.
mapResult java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
priority java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
transmitDirection java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
asPathMatchMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
cidrMatchMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
communityMatchMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
communityOperateMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationChildInstanceTypes com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
destinationCidrBlocks com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
destinationInstanceIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
destinationInstanceIdsReverseMatch java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationRouteTableIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
matchAsns com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
matchCommunitySet com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
nextPriority java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
operateCommunitySet com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
preference java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
prependAsPath com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
routeTypes com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceChildInstanceTypes com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceInstanceIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceInstanceIdsReverseMatch java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
sourceRegionIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
sourceRouteTableIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

nodeRequired

public ConstructNode getNode();
  • Type: com.aliyun.ros.cdk.core.ConstructNode

The construct tree node associated with this construct.


creationStackRequired

public java.util.List<java.lang.String> getCreationStack();
  • Type: java.util.List

logicalIdRequired

public java.lang.String getLogicalId();
  • Type: java.lang.String

The logical ID for this stack element.

The logical ID of the element is calculated from the path of the resource node in the construct tree.

To override this value, use overrideLogicalId(newLogicalId).


stackRequired

public Stack getStack();
  • Type: com.aliyun.ros.cdk.core.Stack

The stack in which this element is defined.

RosElements must be defined within a stack scope (directly or indirectly).


refRequired

public java.lang.String getRef();
  • Type: java.lang.String

Return a string that will be resolved to a RosTemplate { Ref } for this element.

If, by any chance, the intrinsic reference of a resource is not a string, you could coerce it to an IResolvable through Lazy.any({ produce: resource.ref }).


rosOptionsRequired

public IRosResourceOptions getRosOptions();
  • Type: com.aliyun.ros.cdk.core.IRosResourceOptions

Options for this resource, such as condition, update policy etc.


rosResourceTypeRequired

public java.lang.String getRosResourceType();
  • Type: java.lang.String

ROS resource type.


attrRouteMapIdRequired

public IResolvable getAttrRouteMapId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

cenIdRequired

public java.lang.Object getCenId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

cenRegionIdRequired

public java.lang.Object getCenRegionId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

enableResourcePropertyConstraintRequired

public java.lang.Boolean getEnableResourcePropertyConstraint();
  • Type: java.lang.Boolean

mapResultRequired

public java.lang.Object getMapResult();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

priorityRequired

public java.lang.Object getPriority();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

transmitDirectionRequired

public java.lang.Object getTransmitDirection();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

asPathMatchModeOptional

public java.lang.Object getAsPathMatchMode();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

cidrMatchModeOptional

public java.lang.Object getCidrMatchMode();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

communityMatchModeOptional

public java.lang.Object getCommunityMatchMode();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

communityOperateModeOptional

public java.lang.Object getCommunityOperateMode();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

destinationChildInstanceTypesOptional

public java.lang.Object getDestinationChildInstanceTypes();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

destinationCidrBlocksOptional

public java.lang.Object getDestinationCidrBlocks();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

destinationInstanceIdsOptional

public java.lang.Object getDestinationInstanceIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

destinationInstanceIdsReverseMatchOptional

public java.lang.Object getDestinationInstanceIdsReverseMatch();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

destinationRouteTableIdsOptional

public java.lang.Object getDestinationRouteTableIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

matchAsnsOptional

public java.lang.Object getMatchAsns();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

matchCommunitySetOptional

public java.lang.Object getMatchCommunitySet();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

nextPriorityOptional

public java.lang.Object getNextPriority();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

operateCommunitySetOptional

public java.lang.Object getOperateCommunitySet();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

preferenceOptional

public java.lang.Object getPreference();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

prependAsPathOptional

public java.lang.Object getPrependAsPath();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

routeTypesOptional

public java.lang.Object getRouteTypes();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceChildInstanceTypesOptional

public java.lang.Object getSourceChildInstanceTypes();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceInstanceIdsOptional

public java.lang.Object getSourceInstanceIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceInstanceIdsReverseMatchOptional

public java.lang.Object getSourceInstanceIdsReverseMatch();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

sourceRegionIdsOptional

public java.lang.Object getSourceRegionIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

sourceRouteTableIdsOptional

public java.lang.Object getSourceRouteTableIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

Constants

Name Type Description
ROS_RESOURCE_TYPE_NAME java.lang.String The resource type name for this resource class.

ROS_RESOURCE_TYPE_NAMERequired

public java.lang.String getRosResourceTypeName();
  • Type: java.lang.String

The resource type name for this resource class.