Class CfnFunction.S3LocationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFunction.S3LocationProperty : CfnFunction.IS3LocationProperty
Syntax (vb)
Public Class CfnFunction.S3LocationProperty Implements CfnFunction.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
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.AWS.SAM;
var s3LocationProperty = new S3LocationProperty {
Bucket = "bucket",
Key = "key",
// the properties below are optional
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; }