interface InstanceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSO.InstanceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssso#InstanceReference |
![]() | software.amazon.awscdk.services.sso.InstanceReference |
![]() | aws_cdk.aws_sso.InstanceReference |
![]() | aws-cdk-lib » aws_sso » InstanceReference |
A reference to a Instance resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sso as sso } from 'aws-cdk-lib';
const instanceReference: sso.InstanceReference = {
instanceArn: 'instanceArn',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The InstanceArn of the Instance resource. |
instanceArn
Type:
string
The InstanceArn of the Instance resource.