Class CfnBuild.StorageLocationProperty
Inheritance
System.Object
CfnBuild.StorageLocationProperty
Implements
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.AWS.GameLift.dll
Syntax (csharp)
public class StorageLocationProperty : Object, CfnBuild.IStorageLocationProperty
Syntax (vb)
Public Class StorageLocationProperty
Inherits Object
Implements CfnBuild.IStorageLocationProperty
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.GameLift;
var storageLocationProperty = new StorageLocationProperty {
Bucket = "bucket",
Key = "key",
RoleArn = "roleArn",
// the properties below are optional
ObjectVersion = "objectVersion"
};
Synopsis
Constructors
StorageLocationProperty() |
Properties
Bucket |
|
Key |
|
ObjectVersion |
|
RoleArn |
|
Constructors
StorageLocationProperty()
public StorageLocationProperty()
Properties
Bucket
CfnBuild.StorageLocationProperty.Bucket
.
public string Bucket { get; set; }
Property Value
System.String
Remarks
Key
CfnBuild.StorageLocationProperty.Key
.
public string Key { get; set; }
Property Value
System.String
Remarks
ObjectVersion
CfnBuild.StorageLocationProperty.ObjectVersion
.
public string ObjectVersion { get; set; }
Property Value
System.String
Remarks
RoleArn
CfnBuild.StorageLocationProperty.RoleArn
.
public string RoleArn { get; set; }
Property Value
System.String