interface DimensionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.DimensionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#DimensionReference |
![]() | software.amazon.awscdk.services.iot.DimensionReference |
![]() | aws_cdk.aws_iot.DimensionReference |
![]() | aws-cdk-lib » aws_iot » DimensionReference |
A reference to a Dimension resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const dimensionReference: iot.DimensionReference = {
dimensionArn: 'dimensionArn',
dimensionName: 'dimensionName',
};
Properties
Name | Type | Description |
---|---|---|
dimension | string | The ARN of the Dimension resource. |
dimension | string | The Name of the Dimension resource. |
dimensionArn
Type:
string
The ARN of the Dimension resource.
dimensionName
Type:
string
The Name of the Dimension resource.