interface IKeyPairRef
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.IKeyPairRef |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IKeyPairRef |
![]() | software.amazon.awscdk.services.ec2.IKeyPairRef |
![]() | aws_cdk.aws_ec2.IKeyPairRef |
![]() | aws-cdk-lib » aws_ec2 » IKeyPairRef |
Implemented by
Cfn
, Key
Indicates that this resource can be referenced as a KeyPair.
Properties
Name | Type | Description |
---|---|---|
key | Key | A reference to a KeyPair resource. |
node | Node | The tree node. |
keyPairRef
Type:
Key
A reference to a KeyPair resource.
node
Type:
Node
The tree node.