@Generated(value="jsii-pacmak/0.18.0 (build f29d29c)", date="2019-10-07T15:37:15.588Z") @Stability(value=External) public class CfnLayerVersion extends software.amazon.awscdk.core.CfnResource
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
static String |
REQUIRED_TRANSFORM
The `Transform` a template must use in order to use this resource.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnLayerVersion(software.amazon.awscdk.core.Construct scope,
String id)
Create a new `AWS::Serverless::LayerVersion`.
|
|
CfnLayerVersion(software.amazon.awscdk.core.Construct scope,
String id,
CfnLayerVersionProps props)
Create a new `AWS::Serverless::LayerVersion`.
|
protected |
CfnLayerVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnLayerVersion(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
List<String> |
getCompatibleRuntimes()
`AWS::Serverless::LayerVersion.CompatibleRuntimes`.
|
String |
getContentUri()
`AWS::Serverless::LayerVersion.ContentUri`.
|
String |
getDescription()
`AWS::Serverless::LayerVersion.Description`.
|
String |
getLayerName()
`AWS::Serverless::LayerVersion.LayerName`.
|
String |
getLicenseInfo()
`AWS::Serverless::LayerVersion.LicenseInfo`.
|
String |
getRetentionPolicy()
`AWS::Serverless::LayerVersion.RetentionPolicy`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCompatibleRuntimes(List<String> value)
`AWS::Serverless::LayerVersion.CompatibleRuntimes`.
|
void |
setContentUri(String value)
`AWS::Serverless::LayerVersion.ContentUri`.
|
void |
setDescription(String value)
`AWS::Serverless::LayerVersion.Description`.
|
void |
setLayerName(String value)
`AWS::Serverless::LayerVersion.LayerName`.
|
void |
setLicenseInfo(String value)
`AWS::Serverless::LayerVersion.LicenseInfo`.
|
void |
setRetentionPolicy(String value)
`AWS::Serverless::LayerVersion.RetentionPolicy`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, prepare, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
@Stability(value=External) public static final String REQUIRED_TRANSFORM
protected CfnLayerVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnLayerVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External)
public CfnLayerVersion(software.amazon.awscdk.core.Construct scope,
String id,
CfnLayerVersionProps 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=External)
public CfnLayerVersion(software.amazon.awscdk.core.Construct scope,
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=External) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.core.CfnResourceprops - This parameter is required.@Stability(value=External) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=External) public List<String> getCompatibleRuntimes()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public void setCompatibleRuntimes(List<String> value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public String getContentUri()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public void setContentUri(String value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public String getDescription()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public void setDescription(String value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public String getLayerName()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public void setLayerName(String value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public String getLicenseInfo()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public void setLicenseInfo(String value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public String getRetentionPolicy()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion@Stability(value=External) public void setRetentionPolicy(String value)
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversionCopyright © 2019. All rights reserved.