interface StorageConnectorProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppStream.CfnStack.StorageConnectorProperty |
Java | software.amazon.awscdk.services.appstream.CfnStack.StorageConnectorProperty |
Python | aws_cdk.aws_appstream.CfnStack.StorageConnectorProperty |
TypeScript | @aws-cdk/aws-appstream » CfnStack » StorageConnectorProperty |
A connector that enables persistent storage for users.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appstream from '@aws-cdk/aws-appstream';
const storageConnectorProperty: appstream.CfnStack.StorageConnectorProperty = {
connectorType: 'connectorType',
// the properties below are optional
domains: ['domains'],
resourceIdentifier: 'resourceIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
connector | string | The type of storage connector. |
domains? | string[] | The names of the domains for the account. |
resource | string | The ARN of the storage connector. |
connectorType
Type:
string
The type of storage connector.
domains?
Type:
string[]
(optional)
The names of the domains for the account.
resourceIdentifier?
Type:
string
(optional)
The ARN of the storage connector.