@awboost/cfn-resource-types 0.1.290 → 0.1.292
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
|
-
* Resource Type definition for AWS::GuardDuty::PublishingDestination
|
|
4
|
+
* Resource Type definition for AWS::GuardDuty::PublishingDestination.
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html}
|
|
6
6
|
*/
|
|
7
7
|
export type GuardDutyPublishingDestinationProperties = {
|
|
@@ -67,7 +67,7 @@ export type TagItem = {
|
|
|
67
67
|
Value: string;
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
70
|
-
* Resource Type definition for AWS::GuardDuty::PublishingDestination
|
|
70
|
+
* Resource Type definition for AWS::GuardDuty::PublishingDestination.
|
|
71
71
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html}
|
|
72
72
|
*/
|
|
73
73
|
export declare class GuardDutyPublishingDestination extends $Resource<"AWS::GuardDuty::PublishingDestination", GuardDutyPublishingDestinationProperties, GuardDutyPublishingDestinationAttributes> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
|
-
* Resource Type definition for AWS::GuardDuty::PublishingDestination
|
|
3
|
+
* Resource Type definition for AWS::GuardDuty::PublishingDestination.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html}
|
|
5
5
|
*/
|
|
6
6
|
export class GuardDutyPublishingDestination extends $Resource {
|
|
@@ -39,7 +39,7 @@ export type PaymentCryptographyKeyAttributes = {
|
|
|
39
39
|
* Type definition for `AWS::PaymentCryptography::Key.KeyAlgorithm`.
|
|
40
40
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-paymentcryptography-key-keyalgorithm.html}
|
|
41
41
|
*/
|
|
42
|
-
export type KeyAlgorithm = "TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "ECC_NIST_P256" | "ECC_NIST_P384" | "ECC_NIST_P521";
|
|
42
|
+
export type KeyAlgorithm = "TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "ECC_NIST_P256" | "ECC_NIST_P384" | "ECC_NIST_P521";
|
|
43
43
|
/**
|
|
44
44
|
* Type definition for `AWS::PaymentCryptography::Key.KeyAttributes`.
|
|
45
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-paymentcryptography-key-keyattributes.html}
|