@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.490Z") @Stability(value=Stable) public class CfnLayerVersion extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnLayerVersion.Builder
A fluent builder for
CfnLayerVersion. |
static interface |
CfnLayerVersion.ContentProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| 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 |
|---|---|
|
CfnLayerVersion(software.constructs.Construct scope,
String id,
CfnLayerVersionProps props)
Create a new `AWS::Lambda::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> |
getCompatibleArchitectures()
`AWS::Lambda::LayerVersion.CompatibleArchitectures`.
|
List<String> |
getCompatibleRuntimes()
`AWS::Lambda::LayerVersion.CompatibleRuntimes`.
|
Object |
getContent()
`AWS::Lambda::LayerVersion.Content`.
|
String |
getDescription()
`AWS::Lambda::LayerVersion.Description`.
|
String |
getLayerName()
`AWS::Lambda::LayerVersion.LayerName`.
|
String |
getLicenseInfo()
`AWS::Lambda::LayerVersion.LicenseInfo`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCompatibleArchitectures(List<String> value)
`AWS::Lambda::LayerVersion.CompatibleArchitectures`.
|
void |
setCompatibleRuntimes(List<String> value)
`AWS::Lambda::LayerVersion.CompatibleRuntimes`.
|
void |
setContent(CfnLayerVersion.ContentProperty value)
`AWS::Lambda::LayerVersion.Content`.
|
void |
setContent(IResolvable value)
`AWS::Lambda::LayerVersion.Content`.
|
void |
setDescription(String value)
`AWS::Lambda::LayerVersion.Description`.
|
void |
setLayerName(String value)
`AWS::Lambda::LayerVersion.LayerName`.
|
void |
setLicenseInfo(String value)
`AWS::Lambda::LayerVersion.LicenseInfo`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnLayerVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnLayerVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnLayerVersion(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
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. 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 protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getContent()
@Stability(value=Stable)
public void setContent(@NotNull
CfnLayerVersion.ContentProperty value)
@Stability(value=Stable)
public void setContent(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public List<String> getCompatibleArchitectures()
@Stability(value=Stable)
public void setCompatibleArchitectures(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public List<String> getCompatibleRuntimes()
@Stability(value=Stable)
public void setCompatibleRuntimes(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLayerName()
@Stability(value=Stable)
public void setLayerName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLicenseInfo()
@Stability(value=Stable)
public void setLicenseInfo(@Nullable
String value)
Copyright © 2021. All rights reserved.