@Generated(value="jsii-pacmak/0.8.2 (build e9eb3c9)", date="2019-03-28T21:34:34.908Z") public class CfnLayerVersion extends software.amazon.awscdk.CfnResource
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlesslayerversion| Modifier and Type | Field and Description |
|---|---|
static String |
REQUIRED_TRANSFORM
The `Transform` a template must use in order to use this resource
|
static String |
RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnLayerVersion(software.amazon.awscdk.Construct scope,
String id)
Create a new `AWS::Serverless::LayerVersion`.
|
|
CfnLayerVersion(software.amazon.awscdk.Construct scope,
String id,
CfnLayerVersionProps props)
Create a new `AWS::Serverless::LayerVersion`.
|
protected |
CfnLayerVersion(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLayerVersionArn() |
CfnLayerVersionProps |
getPropertyOverrides() |
protected Map<String,Object> |
renderProperties(Object properties) |
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, attribute, attribute, getAtt, getOptions, getProperties, getResourceType, getUntypedPropertyOverrides, isCfnResource, isTaggablegetCreationStackTrace, getLogicalId, getStackPath, isCfnElement, overrideLogicalId, preparegetDependencyRoots, getNode, isConstruct, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetpublic static final String REQUIRED_TRANSFORM
public static final String RESOURCE_TYPE_NAME
protected CfnLayerVersion(software.amazon.jsii.JsiiObject.InitializationMode mode)
public CfnLayerVersion(software.amazon.awscdk.Construct scope,
String id,
@Nullable
CfnLayerVersionProps props)
scope - - scope in which this resource is definedid - - scoped id of the resourceprops - - resource propertiespublic CfnLayerVersion(software.amazon.awscdk.Construct scope,
String id)
scope - - scope in which this resource is definedid - - scoped id of the resourceCopyright © 2019. All rights reserved.