Interface CfnStack.IStorageConnectorProperty
A connector that enables persistent storage for users.
Namespace: Amazon.CDK.AWS.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStorageConnectorProperty
Syntax (vb)
Public Interface 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.AWS.AppStream;
var storageConnectorProperty = new StorageConnectorProperty {
ConnectorType = "connectorType",
// the properties below are optional
Domains = new [] { "domains" },
ResourceIdentifier = "resourceIdentifier"
};
Synopsis
Properties
Connector |
The type of storage connector. |
Domains | The names of the domains for the account. |
Resource |
The ARN of the storage connector. |
Properties
ConnectorType
The type of storage connector.
string ConnectorType { get; }
Property Value
System.
Remarks
Domains
The names of the domains for the account.
virtual string[] Domains { get; }
Property Value
System.
Remarks
ResourceIdentifier
The ARN of the storage connector.
virtual string ResourceIdentifier { get; }
Property Value
System.