Class CfnStackPropsMixin.StorageConnectorProperty
A connector that enables persistent storage for users.
Implements
Inherited Members
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
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
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
Remarks
Domains
The names of the domains for the account.
public string[]? Domains { get; set; }
Property Value
string[]
Remarks
ResourceIdentifier
The ARN of the storage connector.
public string? ResourceIdentifier { get; set; }