aws-cdk-lib.aws_appstream.CfnStack.StorageConnectorProperty

interface StorageConnectorProperty

LanguageType name
.NETAmazon.CDK.AWS.AppStream.CfnStack.StorageConnectorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnStack_StorageConnectorProperty
Javasoftware.amazon.awscdk.services.appstream.CfnStack.StorageConnectorProperty
Pythonaws_cdk.aws_appstream.CfnStack.StorageConnectorProperty
TypeScript aws-cdk-lib » 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 { aws_appstream as appstream } from 'aws-cdk-lib';
const storageConnectorProperty: appstream.CfnStack.StorageConnectorProperty = {
  connectorType: 'connectorType',

  // the properties below are optional
  domains: ['domains'],
  resourceIdentifier: 'resourceIdentifier',
};

Properties

NameTypeDescription
connectorTypestringThe type of storage connector.
domains?string[]The names of the domains for the account.
resourceIdentifier?stringThe 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.