interface StorageConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.StorageConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#StorageConfigurationReference |
![]() | software.amazon.awscdk.services.ivs.StorageConfigurationReference |
![]() | aws_cdk.aws_ivs.StorageConfigurationReference |
![]() | aws-cdk-lib » aws_ivs » StorageConfigurationReference |
A reference to a StorageConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivs as ivs } from 'aws-cdk-lib';
const storageConfigurationReference: ivs.StorageConfigurationReference = {
storageConfigurationArn: 'storageConfigurationArn',
};
Properties
Name | Type | Description |
---|---|---|
storage | string | The Arn of the StorageConfiguration resource. |
storageConfigurationArn
Type:
string
The Arn of the StorageConfiguration resource.