class KMSImportedKeyMaterialExpiration
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.KMS.Events.KMSImportedKeyMaterialExpiration |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awskms/events#KMSImportedKeyMaterialExpiration |
Java | software.amazon.awscdk.mixins.preview.services.kms.events.KMSImportedKeyMaterialExpiration |
Python | aws_cdk.mixins_preview.aws_kms.events.KMSImportedKeyMaterialExpiration |
TypeScript | @aws-cdk/mixins-preview » aws_kms » events » KMSImportedKeyMaterialExpiration |
EventBridge event pattern for aws.kms@KMSImportedKeyMaterialExpiration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as kms_events } from '@aws-cdk/mixins-preview/aws-kms';
const kMSImportedKeyMaterialExpiration = new kms_events.KMSImportedKeyMaterialExpiration();
Initializer
new KMSImportedKeyMaterialExpiration()
Methods
| Name | Description |
|---|---|
| static kms | EventBridge event pattern for KMS Imported Key Material Expiration. |
static kmsImportedKeyMaterialExpirationPattern(options?)
public static kmsImportedKeyMaterialExpirationPattern(options?: KMSImportedKeyMaterialExpirationProps): EventPattern
Parameters
Returns
EventBridge event pattern for KMS Imported Key Material Expiration.

.NET
Go
Java
Python
TypeScript