interface AccessKeyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IAM.AccessKeyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiam#AccessKeyReference |
![]() | software.amazon.awscdk.services.iam.AccessKeyReference |
![]() | aws_cdk.aws_iam.AccessKeyReference |
![]() | aws-cdk-lib » aws_iam » AccessKeyReference |
A reference to a AccessKey resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iam as iam } from 'aws-cdk-lib';
const accessKeyReference: iam.AccessKeyReference = {
accessKeyId: 'accessKeyId',
};
Properties
Name | Type | Description |
---|---|---|
access | string | The Id of the AccessKey resource. |
accessKeyId
Type:
string
The Id of the AccessKey resource.