Show / Hide Table of Contents

Class CfnStackPropsMixin.StorageConnectorProperty

A connector that enables persistent storage for users.

Inheritance
object
CfnStackPropsMixin.StorageConnectorProperty
Implements
CfnStackPropsMixin.IStorageConnectorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppStream.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnStackPropsMixin.StorageConnectorProperty : CfnStackPropsMixin.IStorageConnectorProperty
Syntax (vb)
Public Class CfnStackPropsMixin.StorageConnectorProperty Implements CfnStackPropsMixin.IStorageConnectorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-storageconnector.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.Mixins.Preview.AWS.AppStream.Mixins;

             var storageConnectorProperty = new StorageConnectorProperty {
                 ConnectorType = "connectorType",
                 Domains = new [] { "domains" },
                 ResourceIdentifier = "resourceIdentifier"
             };

Synopsis

Constructors

StorageConnectorProperty()

A connector that enables persistent storage for users.

Properties

ConnectorType

The type of storage connector.

Domains

The names of the domains for the account.

ResourceIdentifier

The ARN of the storage connector.

Constructors

StorageConnectorProperty()

A connector that enables persistent storage for users.

public StorageConnectorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-storageconnector.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.Mixins.Preview.AWS.AppStream.Mixins;

             var storageConnectorProperty = new StorageConnectorProperty {
                 ConnectorType = "connectorType",
                 Domains = new [] { "domains" },
                 ResourceIdentifier = "resourceIdentifier"
             };

Properties

ConnectorType

The type of storage connector.

public string? ConnectorType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-storageconnector.html#cfn-appstream-stack-storageconnector-connectortype

Domains

The names of the domains for the account.

public string[]? Domains { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-storageconnector.html#cfn-appstream-stack-storageconnector-domains

ResourceIdentifier

The ARN of the storage connector.

public string? ResourceIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-storageconnector.html#cfn-appstream-stack-storageconnector-resourceidentifier

Implements

CfnStackPropsMixin.IStorageConnectorProperty
Back to top Generated by DocFX