@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2021-01-21T13:42:48.358Z") @Stability(value=Stable) public class CfnModuleDefaultVersion extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduledefaultversion.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnModuleDefaultVersion.Builder
A fluent builder for
CfnModuleDefaultVersion. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| 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 |
|---|---|
|
CfnModuleDefaultVersion(Construct scope,
String id)
Create a new `AWS::CloudFormation::ModuleDefaultVersion`.
|
|
CfnModuleDefaultVersion(Construct scope,
String id,
CfnModuleDefaultVersionProps props)
Create a new `AWS::CloudFormation::ModuleDefaultVersion`.
|
protected |
CfnModuleDefaultVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnModuleDefaultVersion(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArn()
`AWS::CloudFormation::ModuleDefaultVersion.Arn`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getModuleName()
`AWS::CloudFormation::ModuleDefaultVersion.ModuleName`.
|
String |
getVersionId()
`AWS::CloudFormation::ModuleDefaultVersion.VersionId`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setArn(String value)
`AWS::CloudFormation::ModuleDefaultVersion.Arn`.
|
void |
setModuleName(String value)
`AWS::CloudFormation::ModuleDefaultVersion.ModuleName`.
|
void |
setVersionId(String value)
`AWS::CloudFormation::ModuleDefaultVersion.VersionId`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnModuleDefaultVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnModuleDefaultVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnModuleDefaultVersion(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
CfnModuleDefaultVersionProps 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.@Stability(value=Stable)
public CfnModuleDefaultVersion(@NotNull
Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public String getArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduledefaultversion.html#cfn-cloudformation-moduledefaultversion-arn@Stability(value=Stable)
public void setArn(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduledefaultversion.html#cfn-cloudformation-moduledefaultversion-arn@Stability(value=Stable) @Nullable public String getModuleName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduledefaultversion.html#cfn-cloudformation-moduledefaultversion-modulename@Stability(value=Stable)
public void setModuleName(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduledefaultversion.html#cfn-cloudformation-moduledefaultversion-modulename@Stability(value=Stable) @Nullable public String getVersionId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduledefaultversion.html#cfn-cloudformation-moduledefaultversion-versionid@Stability(value=Stable)
public void setVersionId(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduledefaultversion.html#cfn-cloudformation-moduledefaultversion-versionidCopyright © 2021. All rights reserved.