interface InstanceStorageConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.InstanceStorageConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#InstanceStorageConfigReference |
![]() | software.amazon.awscdk.services.connect.InstanceStorageConfigReference |
![]() | aws_cdk.aws_connect.InstanceStorageConfigReference |
![]() | aws-cdk-lib » aws_connect » InstanceStorageConfigReference |
A reference to a InstanceStorageConfig resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const instanceStorageConfigReference: connect.InstanceStorageConfigReference = {
associationId: 'associationId',
instanceArn: 'instanceArn',
resourceType: 'resourceType',
};
Properties
Name | Type | Description |
---|---|---|
association | string | The AssociationId of the InstanceStorageConfig resource. |
instance | string | The InstanceArn of the InstanceStorageConfig resource. |
resource | string | The ResourceType of the InstanceStorageConfig resource. |
associationId
Type:
string
The AssociationId of the InstanceStorageConfig resource.
instanceArn
Type:
string
The InstanceArn of the InstanceStorageConfig resource.
resourceType
Type:
string
The ResourceType of the InstanceStorageConfig resource.