Interface CfnLayerVersion.IS3LocationProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IS3LocationProperty
Syntax (vb)
Public Interface 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
System.
Remarks
Key
string Key { get; }
Property Value
System.
Remarks
Version
virtual Nullable<double> Version { get; }
Property Value
System.