interface StorageConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Ivs.StorageConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#StorageConfigurationReference |
Java | software.amazon.awscdk.services.ivs.StorageConfigurationReference |
Python | aws_cdk.aws_ivs.StorageConfigurationReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript