@Generated(value="jsii-pacmak/0.10.3 (build 6bbf743)", date="2019-04-24T21:03:06.625Z") 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 defined.id - - scoped id of the resource.props - - resource properties.public CfnLayerVersion(software.amazon.awscdk.Construct scope,
String id)
scope - - scope in which this resource is defined.id - - scoped id of the resource.protected Map<String,Object> renderProperties(@Nullable Object properties)
renderProperties in class software.amazon.awscdk.CfnResourcepublic String getLayerVersionArn()
public CfnLayerVersionProps getPropertyOverrides()
Copyright © 2019. All rights reserved.