@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-23T11:51:53.240Z") @Stability(value=Stable) public class CfnResourceVersion extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnResourceVersion.Builder
A fluent builder for
CfnResourceVersion. |
static interface |
CfnResourceVersion.LoggingConfigProperty |
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 |
|---|---|
|
CfnResourceVersion(Construct scope,
String id,
CfnResourceVersionProps props)
Create a new `AWS::CloudFormation::ResourceVersion`.
|
protected |
CfnResourceVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnResourceVersion(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
IResolvable |
getAttrIsDefaultVersion() |
String |
getAttrProvisioningType() |
String |
getAttrTypeArn() |
String |
getAttrVersionId() |
String |
getAttrVisibility() |
protected Map<String,Object> |
getCfnProperties() |
String |
getExecutionRoleArn()
`AWS::CloudFormation::ResourceVersion.ExecutionRoleArn`.
|
Object |
getLoggingConfig()
`AWS::CloudFormation::ResourceVersion.LoggingConfig`.
|
String |
getSchemaHandlerPackage()
`AWS::CloudFormation::ResourceVersion.SchemaHandlerPackage`.
|
String |
getTypeName()
`AWS::CloudFormation::ResourceVersion.TypeName`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setExecutionRoleArn(String value)
`AWS::CloudFormation::ResourceVersion.ExecutionRoleArn`.
|
void |
setLoggingConfig(CfnResourceVersion.LoggingConfigProperty value)
`AWS::CloudFormation::ResourceVersion.LoggingConfig`.
|
void |
setLoggingConfig(IResolvable value)
`AWS::CloudFormation::ResourceVersion.LoggingConfig`.
|
void |
setSchemaHandlerPackage(String value)
`AWS::CloudFormation::ResourceVersion.SchemaHandlerPackage`.
|
void |
setTypeName(String value)
`AWS::CloudFormation::ResourceVersion.TypeName`.
|
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 CfnResourceVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnResourceVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnResourceVersion(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnResourceVersionProps 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)
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 public String getAttrArn()
@Stability(value=Stable) @NotNull public IResolvable getAttrIsDefaultVersion()
@Stability(value=Stable) @NotNull public String getAttrProvisioningType()
@Stability(value=Stable) @NotNull public String getAttrTypeArn()
@Stability(value=Stable) @NotNull public String getAttrVersionId()
@Stability(value=Stable) @NotNull public String getAttrVisibility()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getSchemaHandlerPackage()
@Stability(value=Stable)
public void setSchemaHandlerPackage(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTypeName()
@Stability(value=Stable)
public void setTypeName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getExecutionRoleArn()
@Stability(value=Stable)
public void setExecutionRoleArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getLoggingConfig()
@Stability(value=Stable)
public void setLoggingConfig(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setLoggingConfig(@Nullable
CfnResourceVersion.LoggingConfigProperty value)
Copyright © 2021. All rights reserved.