interface SigningKeyInfoProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SupportAuthZ.CfnSupportPermit.SigningKeyInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssupportauthz#CfnSupportPermit_SigningKeyInfoProperty |
Java | software.amazon.awscdk.services.supportauthz.CfnSupportPermit.SigningKeyInfoProperty |
Python | aws_cdk.aws_supportauthz.CfnSupportPermit.SigningKeyInfoProperty |
TypeScript | aws-cdk-lib » aws_supportauthz » CfnSupportPermit » SigningKeyInfoProperty |
The signing key used by the permit.
Exactly one key type must be provided.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_supportauthz as supportauthz } from 'aws-cdk-lib';
const signingKeyInfoProperty: supportauthz.CfnSupportPermit.SigningKeyInfoProperty = {
kmsKey: 'kmsKey',
};
Properties
| Name | Type | Description |
|---|---|---|
| kms | string | The ARN of the KMS key used to sign permit grants. |
kmsKey
Type:
string
The ARN of the KMS key used to sign permit grants.

.NET
Go
Java
Python
TypeScript