interface IAccessKeyRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IAM.IAccessKeyRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiam#IAccessKeyRef |
Java | software.amazon.awscdk.services.iam.IAccessKeyRef |
Python | aws_cdk.aws_iam.IAccessKeyRef |
TypeScript | aws-cdk-lib » aws_iam » IAccessKeyRef |
Implemented by
Access, Cfn
Indicates that this resource can be referenced as a AccessKey.
Properties
| Name | Type | Description |
|---|---|---|
| access | Access | A reference to a AccessKey resource. |
| node | Node | The tree node. |
accessKeyRef
Type:
Access
A reference to a AccessKey resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript