Class CfnLayerVersionPropsMixin.S3LocationProperty
Implements
Inherited Members
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
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
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
Remarks
Key
public string? Key { get; set; }
Property Value
Remarks
Version
public double? Version { get; set; }