interface RoleAliasReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.RoleAliasReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#RoleAliasReference |
![]() | software.amazon.awscdk.services.iot.RoleAliasReference |
![]() | aws_cdk.aws_iot.RoleAliasReference |
![]() | aws-cdk-lib » aws_iot » RoleAliasReference |
A reference to a RoleAlias 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 roleAliasReference: iot.RoleAliasReference = {
roleAlias: 'roleAlias',
roleAliasArn: 'roleAliasArn',
};
Properties
Name | Type | Description |
---|---|---|
role | string | The RoleAlias of the RoleAlias resource. |
role | string | The ARN of the RoleAlias resource. |
roleAlias
Type:
string
The RoleAlias of the RoleAlias resource.
roleAliasArn
Type:
string
The ARN of the RoleAlias resource.