Show / Hide Table of Contents

Class CfnLayerVersionPropsMixin.S3LocationProperty

Inheritance
object
CfnLayerVersionPropsMixin.S3LocationProperty
Implements
CfnLayerVersionPropsMixin.IS3LocationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLayerVersionPropsMixin.S3LocationProperty : CfnLayerVersionPropsMixin.IS3LocationProperty
Syntax (vb)
Public Class CfnLayerVersionPropsMixin.S3LocationProperty Implements CfnLayerVersionPropsMixin.IS3LocationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-layerversion-s3location.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.Mixins.Preview.AWS.SAM.Mixins;

             var s3LocationProperty = new S3LocationProperty {
                 Bucket = "bucket",
                 Key = "key",
                 Version = 123
             };

Synopsis

Constructors

S3LocationProperty()

Properties

Bucket
Key
Version

Constructors

S3LocationProperty()

public S3LocationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-layerversion-s3location.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.Mixins.Preview.AWS.SAM.Mixins;

             var s3LocationProperty = new S3LocationProperty {
                 Bucket = "bucket",
                 Key = "key",
                 Version = 123
             };

Properties

Bucket

public string? Bucket { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-layerversion-s3location.html#cfn-serverless-layerversion-s3location-bucket

Key

public string? Key { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-layerversion-s3location.html#cfn-serverless-layerversion-s3location-key

Version

public double? Version { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-layerversion-s3location.html#cfn-serverless-layerversion-s3location-version

Implements

CfnLayerVersionPropsMixin.IS3LocationProperty
Back to top Generated by DocFX