Interface CfnLayerVersion.IS3LocationProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLayerVersion.IS3LocationProperty
Syntax (vb)
Public Interface CfnLayerVersion.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.AWS.SAM;
var s3LocationProperty = new S3LocationProperty {
Bucket = "bucket",
Key = "key",
// the properties below are optional
Version = 123
};
Synopsis
Properties
| Bucket | |
| Key | |
| Version |
Properties
Bucket
string Bucket { get; }
Property Value
Remarks
Key
string Key { get; }
Property Value
Remarks
Version
double? Version { get; }