@Generated(value="jsii-pacmak/1.35.0 (build 6ebef96)", date="2021-10-05T13:28:31.391Z") @Stability(value=Stable) public class CfnPublicTypeVersion extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnPublicTypeVersion.Builder
A fluent builder for
CfnPublicTypeVersion. |
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 |
|---|---|
|
CfnPublicTypeVersion(Construct scope,
String id)
Create a new `AWS::CloudFormation::PublicTypeVersion`.
|
|
CfnPublicTypeVersion(Construct scope,
String id,
CfnPublicTypeVersionProps props)
Create a new `AWS::CloudFormation::PublicTypeVersion`.
|
protected |
CfnPublicTypeVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnPublicTypeVersion(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArn()
`AWS::CloudFormation::PublicTypeVersion.Arn`.
|
String |
getAttrPublicTypeArn() |
String |
getAttrPublisherId() |
String |
getAttrTypeVersionArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getLogDeliveryBucket()
`AWS::CloudFormation::PublicTypeVersion.LogDeliveryBucket`.
|
String |
getPublicVersionNumber()
`AWS::CloudFormation::PublicTypeVersion.PublicVersionNumber`.
|
String |
getType()
`AWS::CloudFormation::PublicTypeVersion.Type`.
|
String |
getTypeName()
`AWS::CloudFormation::PublicTypeVersion.TypeName`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setArn(String value)
`AWS::CloudFormation::PublicTypeVersion.Arn`.
|
void |
setLogDeliveryBucket(String value)
`AWS::CloudFormation::PublicTypeVersion.LogDeliveryBucket`.
|
void |
setPublicVersionNumber(String value)
`AWS::CloudFormation::PublicTypeVersion.PublicVersionNumber`.
|
void |
setType(String value)
`AWS::CloudFormation::PublicTypeVersion.Type`.
|
void |
setTypeName(String value)
`AWS::CloudFormation::PublicTypeVersion.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 CfnPublicTypeVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnPublicTypeVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnPublicTypeVersion(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
CfnPublicTypeVersionProps 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 CfnPublicTypeVersion(@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=Stable)
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 getAttrPublicTypeArn()
@Stability(value=Stable) @NotNull public String getAttrPublisherId()
@Stability(value=Stable) @NotNull public String getAttrTypeVersionArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public String getArn()
@Stability(value=Stable)
public void setArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLogDeliveryBucket()
@Stability(value=Stable)
public void setLogDeliveryBucket(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getPublicVersionNumber()
@Stability(value=Stable)
public void setPublicVersionNumber(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getType()
@Stability(value=Stable)
public void setType(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getTypeName()
@Stability(value=Stable)
public void setTypeName(@Nullable
String value)
Copyright © 2021. All rights reserved.