Show / Hide Table of Contents

Class CfnBuild.StorageLocationProperty

Inheritance
System.Object
CfnBuild.StorageLocationProperty
Implements
CfnBuild.IStorageLocationProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html

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

CfnBuild.StorageLocationProperty.Bucket.

Key

CfnBuild.StorageLocationProperty.Key.

ObjectVersion

CfnBuild.StorageLocationProperty.ObjectVersion.

RoleArn

CfnBuild.StorageLocationProperty.RoleArn.

Constructors

StorageLocationProperty()

public StorageLocationProperty()

Properties

Bucket

CfnBuild.StorageLocationProperty.Bucket.

public string Bucket { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storagelocation-bucket

Key

CfnBuild.StorageLocationProperty.Key.

public string Key { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storagelocation-key

ObjectVersion

CfnBuild.StorageLocationProperty.ObjectVersion.

public string ObjectVersion { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storagelocation-objectversion

RoleArn

CfnBuild.StorageLocationProperty.RoleArn.

public string RoleArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storagelocation-rolearn

Implements

CfnBuild.IStorageLocationProperty
Back to top Generated by DocFX