Show / Hide Table of Contents

Interface ICfnLayerVersionProps

Properties for defining a CfnLayerVersion.

Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnLayerVersionProps
Syntax (vb)
Public Interface ICfnLayerVersionProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-layerversion.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.SAM;

             var cfnLayerVersionProps = new CfnLayerVersionProps {
                 CompatibleRuntimes = new [] { "compatibleRuntimes" },
                 ContentUri = "contentUri",
                 Description = "description",
                 LayerName = "layerName",
                 LicenseInfo = "licenseInfo",
                 RetentionPolicy = "retentionPolicy"
             };

Synopsis

Properties

CompatibleRuntimes

Properties for defining a CfnLayerVersion.

ContentUri

Properties for defining a CfnLayerVersion.

Description

Properties for defining a CfnLayerVersion.

LayerName

Properties for defining a CfnLayerVersion.

LicenseInfo

Properties for defining a CfnLayerVersion.

RetentionPolicy

Properties for defining a CfnLayerVersion.

Properties

CompatibleRuntimes

Properties for defining a CfnLayerVersion.

string[]? CompatibleRuntimes { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-layerversion.html#cfn-serverless-layerversion-compatibleruntimes

ContentUri

Properties for defining a CfnLayerVersion.

object? ContentUri { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-layerversion.html#cfn-serverless-layerversion-contenturi

Type union: either string or IResolvable or CfnLayerVersion.IS3LocationProperty

Description

Properties for defining a CfnLayerVersion.

string? Description { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-layerversion.html#cfn-serverless-layerversion-description

LayerName

Properties for defining a CfnLayerVersion.

string? LayerName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-layerversion.html#cfn-serverless-layerversion-layername

LicenseInfo

Properties for defining a CfnLayerVersion.

string? LicenseInfo { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-layerversion.html#cfn-serverless-layerversion-licenseinfo

RetentionPolicy

Properties for defining a CfnLayerVersion.

string? RetentionPolicy { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-serverless-layerversion.html#cfn-serverless-layerversion-retentionpolicy

Back to top Generated by DocFX