@intentius/chant-lexicon-aws 0.40.0 → 0.41.0
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.
- package/dist/generated/index.d.ts +6 -0
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +58 -2
- package/dist/spec/pin.d.ts.map +1 -1
- package/dist/spec/pinned-types.json +1 -0
- package/dist/types/index.d.ts +92 -0
- package/package.json +2 -2
- package/src/generated/index.d.ts +92 -0
- package/src/generated/index.ts +7 -1
- package/src/generated/lexicon-aws.json +58 -2
- package/src/spec/pin.test.ts +33 -18
- package/src/spec/pin.ts +18 -11
- package/src/spec/pinned-types.json +1 -0
package/dist/integrity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"algorithm": "sha256",
|
|
3
3
|
"artifacts": {
|
|
4
|
-
"manifest.json": "
|
|
5
|
-
"meta.json": "
|
|
6
|
-
"types/index.d.ts": "
|
|
4
|
+
"manifest.json": "e3cbc6e0b2c94e94bf6f85f654092a6122c7dca21069449c651ce19ddfd3aea5",
|
|
5
|
+
"meta.json": "82d6b7fe96d38ad1c738d709d57652852c13e499ca865ec21dd5e21b63e6783f",
|
|
6
|
+
"types/index.d.ts": "6c5d1281cd40f8facbea477de1076bf07d60f0fc28667d336a21e9b148bd9414",
|
|
7
7
|
"rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
|
|
8
8
|
"rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
|
|
9
9
|
"rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe",
|
|
60
60
|
"skills/chant-aws-carve-terraform.md": "f4c6fe1c702250665f90d82b3bdaba5ea50ae75e380a8ae321dad6eb1c39683e"
|
|
61
61
|
},
|
|
62
|
-
"composite": "
|
|
62
|
+
"composite": "5417aab18d25ee72ccdd30627edebf6a0549a01cc5acae3ff187f6d3a6e3739b"
|
|
63
63
|
}
|
package/dist/manifest.json
CHANGED
package/dist/meta.json
CHANGED
|
@@ -12778,7 +12778,11 @@
|
|
|
12778
12778
|
"attrs": {
|
|
12779
12779
|
"Id": "Id",
|
|
12780
12780
|
"State": "State",
|
|
12781
|
-
"Code_SourceLocationArn": "Code.SourceLocationArn"
|
|
12781
|
+
"Code_SourceLocationArn": "Code.SourceLocationArn",
|
|
12782
|
+
"Replicas_*_VpcConfig_VpcId": "Replicas.*.VpcConfig.VpcId",
|
|
12783
|
+
"Replicas_*_CanaryState": "Replicas.*.CanaryState",
|
|
12784
|
+
"Replicas_*_LastModified": "Replicas.*.LastModified",
|
|
12785
|
+
"Replicas_*_ReplicationStatus": "Replicas.*.ReplicationStatus"
|
|
12782
12786
|
},
|
|
12783
12787
|
"propertyConstraints": {
|
|
12784
12788
|
"Name": {
|
|
@@ -12792,6 +12796,9 @@
|
|
|
12792
12796
|
"AUTOMATIC",
|
|
12793
12797
|
"OFF"
|
|
12794
12798
|
]
|
|
12799
|
+
},
|
|
12800
|
+
"KmsKeyArn": {
|
|
12801
|
+
"pattern": "^arn:[a-z0-9-]+:kms:[a-z0-9-]+:[0-9]{12}:(key/([a-f0-9-]{36}|mrk-[a-f0-9]{32})|alias/[a-zA-Z0-9:/_.-]+)$"
|
|
12795
12802
|
}
|
|
12796
12803
|
},
|
|
12797
12804
|
"createOnly": [
|
|
@@ -12808,7 +12815,10 @@
|
|
|
12808
12815
|
"RunConfig/EnvironmentVariables",
|
|
12809
12816
|
"VisualReference",
|
|
12810
12817
|
"VisualReferences",
|
|
12811
|
-
"DryRunAndUpdate"
|
|
12818
|
+
"DryRunAndUpdate",
|
|
12819
|
+
"Replicas/*/Tags",
|
|
12820
|
+
"Replicas/*/ResourcesToReplicateTags",
|
|
12821
|
+
"Replicas/*/KmsKeyArn"
|
|
12812
12822
|
],
|
|
12813
12823
|
"primaryIdentifier": [
|
|
12814
12824
|
"Name"
|
|
@@ -12853,6 +12863,16 @@
|
|
|
12853
12863
|
"kind": "property",
|
|
12854
12864
|
"lexicon": "aws"
|
|
12855
12865
|
},
|
|
12866
|
+
"Canary_Replica": {
|
|
12867
|
+
"resourceType": "AWS::Synthetics::Canary.Replica",
|
|
12868
|
+
"kind": "property",
|
|
12869
|
+
"lexicon": "aws"
|
|
12870
|
+
},
|
|
12871
|
+
"Canary_ReplicaReplicationStatus": {
|
|
12872
|
+
"resourceType": "AWS::Synthetics::Canary.ReplicaReplicationStatus",
|
|
12873
|
+
"kind": "property",
|
|
12874
|
+
"lexicon": "aws"
|
|
12875
|
+
},
|
|
12856
12876
|
"Canary_RetryConfig": {
|
|
12857
12877
|
"resourceType": "AWS::Synthetics::Canary.RetryConfig",
|
|
12858
12878
|
"kind": "property",
|
|
@@ -79953,6 +79973,11 @@
|
|
|
79953
79973
|
"kind": "property",
|
|
79954
79974
|
"lexicon": "aws"
|
|
79955
79975
|
},
|
|
79976
|
+
"Replica": {
|
|
79977
|
+
"resourceType": "AWS::Synthetics::Canary.Replica",
|
|
79978
|
+
"kind": "property",
|
|
79979
|
+
"lexicon": "aws"
|
|
79980
|
+
},
|
|
79956
79981
|
"ReplicaGlobalSecondaryIndexSpecification": {
|
|
79957
79982
|
"resourceType": "AWS::DynamoDB::GlobalTable.ReplicaGlobalSecondaryIndexSpecification",
|
|
79958
79983
|
"kind": "property",
|
|
@@ -80005,6 +80030,11 @@
|
|
|
80005
80030
|
"kind": "property",
|
|
80006
80031
|
"lexicon": "aws"
|
|
80007
80032
|
},
|
|
80033
|
+
"ReplicaReplicationStatus": {
|
|
80034
|
+
"resourceType": "AWS::Synthetics::Canary.ReplicaReplicationStatus",
|
|
80035
|
+
"kind": "property",
|
|
80036
|
+
"lexicon": "aws"
|
|
80037
|
+
},
|
|
80008
80038
|
"ReplicaSSESpecification": {
|
|
80009
80039
|
"resourceType": "AWS::DynamoDB::GlobalTable.ReplicaSSESpecification",
|
|
80010
80040
|
"kind": "property",
|
|
@@ -92262,6 +92292,32 @@
|
|
|
92262
92292
|
"kind": "property",
|
|
92263
92293
|
"lexicon": "aws"
|
|
92264
92294
|
},
|
|
92295
|
+
"SnapshotSchedule": {
|
|
92296
|
+
"resourceType": "AWS::Redshift::SnapshotSchedule",
|
|
92297
|
+
"kind": "resource",
|
|
92298
|
+
"lexicon": "aws",
|
|
92299
|
+
"attrs": {
|
|
92300
|
+
"Arn": "Arn",
|
|
92301
|
+
"AssociatedClusterCount": "AssociatedClusterCount"
|
|
92302
|
+
},
|
|
92303
|
+
"createOnly": [
|
|
92304
|
+
"ScheduleIdentifier",
|
|
92305
|
+
"ScheduleDescription"
|
|
92306
|
+
],
|
|
92307
|
+
"primaryIdentifier": [
|
|
92308
|
+
"Arn"
|
|
92309
|
+
],
|
|
92310
|
+
"tagging": {
|
|
92311
|
+
"taggable": true,
|
|
92312
|
+
"tagOnCreate": true,
|
|
92313
|
+
"tagUpdatable": true
|
|
92314
|
+
}
|
|
92315
|
+
},
|
|
92316
|
+
"SnapshotSchedule_Tag": {
|
|
92317
|
+
"resourceType": "AWS::Redshift::SnapshotSchedule.Tag",
|
|
92318
|
+
"kind": "property",
|
|
92319
|
+
"lexicon": "aws"
|
|
92320
|
+
},
|
|
92265
92321
|
"SnowflakeBufferingHints": {
|
|
92266
92322
|
"resourceType": "AWS::KinesisFirehose::DeliveryStream.SnowflakeBufferingHints",
|
|
92267
92323
|
"kind": "property",
|
package/dist/spec/pin.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pin.d.ts","sourceRoot":"","sources":["../../src/spec/pin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AAKH;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,EAAE,WAAW,CAAC,MAAM,CAAoC,CAAC;AAEvF,MAAM,WAAW,OAAO;IACtB,4DAA4D;IAC5D,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,oEAAoE;IACpE,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;CAC3B;AAED;;;;;GAKG;AACH,eAAO,MAAM,YAAY,EAAE,OAI1B,CAAC;AAEF,qFAAqF;AACrF,eAAO,MAAM,UAAU,0BAA0B,CAAC;AAElD;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,CAO9E;AAED,sEAAsE;AACtE,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,+EAA+E;AAC/E,wBAAgB,SAAS,CACvB,OAAO,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,EACpC,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,GAAG,SAAS,EAC5C,GAAG,GAAE,OAAsB,GAC1B,SAAS,GAAG,IAAI,CAalB;AAED,0FAA0F;AAC1F,wBAAgB,YAAY,CAC1B,KAAK,EAAE,SAAS,EAChB,GAAG,GAAE,OAAsB,EAC3B,OAAO,GAAE;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAO,GAChC,MAAM,CAyDR;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,EACpC,OAAO,GAAE;IACP,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,kEAAkE;IAClE,WAAW,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,CAAC;IACxB,IAAI,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CAC7B,GACL,IAAI,
|
|
1
|
+
{"version":3,"file":"pin.d.ts","sourceRoot":"","sources":["../../src/spec/pin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AAKH;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,EAAE,WAAW,CAAC,MAAM,CAAoC,CAAC;AAEvF,MAAM,WAAW,OAAO;IACtB,4DAA4D;IAC5D,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,oEAAoE;IACpE,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;CAC3B;AAED;;;;;GAKG;AACH,eAAO,MAAM,YAAY,EAAE,OAI1B,CAAC;AAEF,qFAAqF;AACrF,eAAO,MAAM,UAAU,0BAA0B,CAAC;AAElD;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,CAO9E;AAED,sEAAsE;AACtE,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,+EAA+E;AAC/E,wBAAgB,SAAS,CACvB,OAAO,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,EACpC,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,GAAG,SAAS,EAC5C,GAAG,GAAE,OAAsB,GAC1B,SAAS,GAAG,IAAI,CAalB;AAED,0FAA0F;AAC1F,wBAAgB,YAAY,CAC1B,KAAK,EAAE,SAAS,EAChB,GAAG,GAAE,OAAsB,EAC3B,OAAO,GAAE;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAO,GAChC,MAAM,CAyDR;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,EACpC,OAAO,GAAE;IACP,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,kEAAkE;IAClE,WAAW,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,CAAC;IACxB,IAAI,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CAC7B,GACL,IAAI,CAqCN"}
|
|
@@ -1273,6 +1273,7 @@
|
|
|
1273
1273
|
"AWS::Redshift::EventSubscription",
|
|
1274
1274
|
"AWS::Redshift::Integration",
|
|
1275
1275
|
"AWS::Redshift::ScheduledAction",
|
|
1276
|
+
"AWS::Redshift::SnapshotSchedule",
|
|
1276
1277
|
"AWS::RedshiftServerless::Namespace",
|
|
1277
1278
|
"AWS::RedshiftServerless::Snapshot",
|
|
1278
1279
|
"AWS::RedshiftServerless::Workgroup",
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4425,8 +4425,12 @@ export declare class Canary {
|
|
|
4425
4425
|
FailureRetentionPeriod?: number;
|
|
4426
4426
|
/** Id of the canary */
|
|
4427
4427
|
Id?: string;
|
|
4428
|
+
/** KMS key ARN for encrypting the canary's Lambda function environment variables at rest. If omitted, Lambda uses an AWS-managed key. */
|
|
4429
|
+
KmsKeyArn?: string;
|
|
4428
4430
|
/** Setting to control if provisioned resources created by Synthetics are deleted alongside the canary. Default is AUTOMATIC. */
|
|
4429
4431
|
ProvisionedResourceCleanup?: "AUTOMATIC" | "OFF";
|
|
4432
|
+
/** List of replica locations for multi-location canary execution */
|
|
4433
|
+
Replicas?: Canary_Replica[];
|
|
4430
4434
|
/** List of resources which canary tags should be replicated to. */
|
|
4431
4435
|
ResourcesToReplicateTags?: Canary_ResourceToTag[];
|
|
4432
4436
|
/** Provide canary run configuration */
|
|
@@ -4447,6 +4451,10 @@ export declare class Canary {
|
|
|
4447
4451
|
}, attributes?: CFResourceAttributes);
|
|
4448
4452
|
readonly Code_SourceLocationArn: string;
|
|
4449
4453
|
readonly Id: string;
|
|
4454
|
+
readonly Replicas_Item_CanaryState: string;
|
|
4455
|
+
readonly Replicas_Item_LastModified: string;
|
|
4456
|
+
readonly Replicas_Item_ReplicationStatus: string;
|
|
4457
|
+
readonly Replicas_Item_VpcConfig_VpcId: string;
|
|
4450
4458
|
readonly State: string;
|
|
4451
4459
|
}
|
|
4452
4460
|
|
|
@@ -33415,6 +33423,25 @@ export declare class SnapshotBlockPublicAccess {
|
|
|
33415
33423
|
readonly AccountId: string;
|
|
33416
33424
|
}
|
|
33417
33425
|
|
|
33426
|
+
export declare class SnapshotSchedule {
|
|
33427
|
+
constructor(props: {
|
|
33428
|
+
/** The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)". */
|
|
33429
|
+
ScheduleDefinitions: string[];
|
|
33430
|
+
/** A unique identifier for the snapshot schedule. Only alphanumeric characters are allowed. */
|
|
33431
|
+
ScheduleIdentifier: string;
|
|
33432
|
+
/** The Amazon Resource Name (ARN) of the snapshot schedule. */
|
|
33433
|
+
Arn?: string;
|
|
33434
|
+
/** The number of clusters associated with the schedule. */
|
|
33435
|
+
AssociatedClusterCount?: number;
|
|
33436
|
+
/** The description of the snapshot schedule. */
|
|
33437
|
+
ScheduleDescription?: string;
|
|
33438
|
+
/** An optional set of tags for the snapshot schedule. */
|
|
33439
|
+
Tags?: SnapshotSchedule_Tag[];
|
|
33440
|
+
}, attributes?: CFResourceAttributes);
|
|
33441
|
+
readonly Arn: string;
|
|
33442
|
+
readonly AssociatedClusterCount: number;
|
|
33443
|
+
}
|
|
33444
|
+
|
|
33418
33445
|
export declare class SoftwarePackage {
|
|
33419
33446
|
constructor(props: {
|
|
33420
33447
|
Description?: string;
|
|
@@ -50353,6 +50380,34 @@ export declare class Canary_Dependency {
|
|
|
50353
50380
|
});
|
|
50354
50381
|
}
|
|
50355
50382
|
|
|
50383
|
+
export declare class Canary_Replica {
|
|
50384
|
+
constructor(props: {
|
|
50385
|
+
/** AWS region for the replica (e.g., us-east-1) */
|
|
50386
|
+
Location: string;
|
|
50387
|
+
/** State of the replica canary (CREATING, READY, RUNNING, etc.) */
|
|
50388
|
+
CanaryState?: string;
|
|
50389
|
+
/** ARN of the KMS key used to encrypt the replica canary's Lambda function environment variables */
|
|
50390
|
+
KmsKeyArn?: string;
|
|
50391
|
+
/** Last modified timestamp of the replica */
|
|
50392
|
+
LastModified?: number;
|
|
50393
|
+
/** Replication status for this replica */
|
|
50394
|
+
ReplicationStatus?: Canary_ReplicaReplicationStatus;
|
|
50395
|
+
/** Resources to replicate tags to for this replica (e.g., lambda-function) */
|
|
50396
|
+
ResourcesToReplicateTags?: Canary_ResourceToTag[];
|
|
50397
|
+
/** Tags to apply to this replica canary and optionally its Lambda function */
|
|
50398
|
+
Tags?: Canary_Tag[];
|
|
50399
|
+
/** VPC configuration for this replica location */
|
|
50400
|
+
VpcConfig?: Canary_VPCConfig;
|
|
50401
|
+
});
|
|
50402
|
+
}
|
|
50403
|
+
|
|
50404
|
+
export declare class Canary_ReplicaReplicationStatus {
|
|
50405
|
+
constructor(props: {
|
|
50406
|
+
/** Replication state: InProgress, InSync, or Inconsistent */
|
|
50407
|
+
State?: string;
|
|
50408
|
+
});
|
|
50409
|
+
}
|
|
50410
|
+
|
|
50356
50411
|
export declare class Canary_RetryConfig {
|
|
50357
50412
|
constructor(props: {
|
|
50358
50413
|
/** maximum times the canary will be retried upon the scheduled run failure */
|
|
@@ -106427,6 +106482,27 @@ export declare class ReplaceDefaultPolicyVersionParams {
|
|
|
106427
106482
|
});
|
|
106428
106483
|
}
|
|
106429
106484
|
|
|
106485
|
+
export declare class Replica {
|
|
106486
|
+
constructor(props: {
|
|
106487
|
+
/** AWS region for the replica (e.g., us-east-1) */
|
|
106488
|
+
Location: string;
|
|
106489
|
+
/** State of the replica canary (CREATING, READY, RUNNING, etc.) */
|
|
106490
|
+
CanaryState?: string;
|
|
106491
|
+
/** ARN of the KMS key used to encrypt the replica canary's Lambda function environment variables */
|
|
106492
|
+
KmsKeyArn?: string;
|
|
106493
|
+
/** Last modified timestamp of the replica */
|
|
106494
|
+
LastModified?: number;
|
|
106495
|
+
/** Replication status for this replica */
|
|
106496
|
+
ReplicationStatus?: Canary_ReplicaReplicationStatus;
|
|
106497
|
+
/** Resources to replicate tags to for this replica (e.g., lambda-function) */
|
|
106498
|
+
ResourcesToReplicateTags?: Canary_ResourceToTag[];
|
|
106499
|
+
/** Tags to apply to this replica canary and optionally its Lambda function */
|
|
106500
|
+
Tags?: Canary_Tag[];
|
|
106501
|
+
/** VPC configuration for this replica location */
|
|
106502
|
+
VpcConfig?: Canary_VPCConfig;
|
|
106503
|
+
});
|
|
106504
|
+
}
|
|
106505
|
+
|
|
106430
106506
|
export declare class ReplicaGlobalSecondaryIndexSpecification {
|
|
106431
106507
|
constructor(props: {
|
|
106432
106508
|
IndexName: string;
|
|
@@ -106454,6 +106530,13 @@ export declare class ReplicaRegion {
|
|
|
106454
106530
|
});
|
|
106455
106531
|
}
|
|
106456
106532
|
|
|
106533
|
+
export declare class ReplicaReplicationStatus {
|
|
106534
|
+
constructor(props: {
|
|
106535
|
+
/** Replication state: InProgress, InSync, or Inconsistent */
|
|
106536
|
+
State?: string;
|
|
106537
|
+
});
|
|
106538
|
+
}
|
|
106539
|
+
|
|
106457
106540
|
export declare class ReplicaSSESpecification {
|
|
106458
106541
|
constructor(props: {
|
|
106459
106542
|
KMSMasterKeyId: any;
|
|
@@ -115179,6 +115262,15 @@ export declare class SnapshotManagement {
|
|
|
115179
115262
|
});
|
|
115180
115263
|
}
|
|
115181
115264
|
|
|
115265
|
+
export declare class SnapshotSchedule_Tag {
|
|
115266
|
+
constructor(props: {
|
|
115267
|
+
/** The key, or name, for the resource tag. */
|
|
115268
|
+
Key: string;
|
|
115269
|
+
/** The value for the resource tag. */
|
|
115270
|
+
Value: string;
|
|
115271
|
+
});
|
|
115272
|
+
}
|
|
115273
|
+
|
|
115182
115274
|
export declare class SnapStart {
|
|
115183
115275
|
constructor(props: {
|
|
115184
115276
|
/** Set ``ApplyOn`` to ``PublishedVersions`` to create a snapshot of the initialized execution environment when you publish a function version. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentius/chant-lexicon-aws",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.41.0",
|
|
4
4
|
"description": "AWS CloudFormation lexicon for chant — declarative IaC in TypeScript",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://intentius.io/chant",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"typescript": "^5.9.3"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@intentius/chant": "^0.
|
|
83
|
+
"@intentius/chant": "^0.41.0",
|
|
84
84
|
"typescript": "^5.9.3"
|
|
85
85
|
}
|
|
86
86
|
}
|
package/src/generated/index.d.ts
CHANGED
|
@@ -4425,8 +4425,12 @@ export declare class Canary {
|
|
|
4425
4425
|
FailureRetentionPeriod?: number;
|
|
4426
4426
|
/** Id of the canary */
|
|
4427
4427
|
Id?: string;
|
|
4428
|
+
/** KMS key ARN for encrypting the canary's Lambda function environment variables at rest. If omitted, Lambda uses an AWS-managed key. */
|
|
4429
|
+
KmsKeyArn?: string;
|
|
4428
4430
|
/** Setting to control if provisioned resources created by Synthetics are deleted alongside the canary. Default is AUTOMATIC. */
|
|
4429
4431
|
ProvisionedResourceCleanup?: "AUTOMATIC" | "OFF";
|
|
4432
|
+
/** List of replica locations for multi-location canary execution */
|
|
4433
|
+
Replicas?: Canary_Replica[];
|
|
4430
4434
|
/** List of resources which canary tags should be replicated to. */
|
|
4431
4435
|
ResourcesToReplicateTags?: Canary_ResourceToTag[];
|
|
4432
4436
|
/** Provide canary run configuration */
|
|
@@ -4447,6 +4451,10 @@ export declare class Canary {
|
|
|
4447
4451
|
}, attributes?: CFResourceAttributes);
|
|
4448
4452
|
readonly Code_SourceLocationArn: string;
|
|
4449
4453
|
readonly Id: string;
|
|
4454
|
+
readonly Replicas_Item_CanaryState: string;
|
|
4455
|
+
readonly Replicas_Item_LastModified: string;
|
|
4456
|
+
readonly Replicas_Item_ReplicationStatus: string;
|
|
4457
|
+
readonly Replicas_Item_VpcConfig_VpcId: string;
|
|
4450
4458
|
readonly State: string;
|
|
4451
4459
|
}
|
|
4452
4460
|
|
|
@@ -33415,6 +33423,25 @@ export declare class SnapshotBlockPublicAccess {
|
|
|
33415
33423
|
readonly AccountId: string;
|
|
33416
33424
|
}
|
|
33417
33425
|
|
|
33426
|
+
export declare class SnapshotSchedule {
|
|
33427
|
+
constructor(props: {
|
|
33428
|
+
/** The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)". */
|
|
33429
|
+
ScheduleDefinitions: string[];
|
|
33430
|
+
/** A unique identifier for the snapshot schedule. Only alphanumeric characters are allowed. */
|
|
33431
|
+
ScheduleIdentifier: string;
|
|
33432
|
+
/** The Amazon Resource Name (ARN) of the snapshot schedule. */
|
|
33433
|
+
Arn?: string;
|
|
33434
|
+
/** The number of clusters associated with the schedule. */
|
|
33435
|
+
AssociatedClusterCount?: number;
|
|
33436
|
+
/** The description of the snapshot schedule. */
|
|
33437
|
+
ScheduleDescription?: string;
|
|
33438
|
+
/** An optional set of tags for the snapshot schedule. */
|
|
33439
|
+
Tags?: SnapshotSchedule_Tag[];
|
|
33440
|
+
}, attributes?: CFResourceAttributes);
|
|
33441
|
+
readonly Arn: string;
|
|
33442
|
+
readonly AssociatedClusterCount: number;
|
|
33443
|
+
}
|
|
33444
|
+
|
|
33418
33445
|
export declare class SoftwarePackage {
|
|
33419
33446
|
constructor(props: {
|
|
33420
33447
|
Description?: string;
|
|
@@ -50353,6 +50380,34 @@ export declare class Canary_Dependency {
|
|
|
50353
50380
|
});
|
|
50354
50381
|
}
|
|
50355
50382
|
|
|
50383
|
+
export declare class Canary_Replica {
|
|
50384
|
+
constructor(props: {
|
|
50385
|
+
/** AWS region for the replica (e.g., us-east-1) */
|
|
50386
|
+
Location: string;
|
|
50387
|
+
/** State of the replica canary (CREATING, READY, RUNNING, etc.) */
|
|
50388
|
+
CanaryState?: string;
|
|
50389
|
+
/** ARN of the KMS key used to encrypt the replica canary's Lambda function environment variables */
|
|
50390
|
+
KmsKeyArn?: string;
|
|
50391
|
+
/** Last modified timestamp of the replica */
|
|
50392
|
+
LastModified?: number;
|
|
50393
|
+
/** Replication status for this replica */
|
|
50394
|
+
ReplicationStatus?: Canary_ReplicaReplicationStatus;
|
|
50395
|
+
/** Resources to replicate tags to for this replica (e.g., lambda-function) */
|
|
50396
|
+
ResourcesToReplicateTags?: Canary_ResourceToTag[];
|
|
50397
|
+
/** Tags to apply to this replica canary and optionally its Lambda function */
|
|
50398
|
+
Tags?: Canary_Tag[];
|
|
50399
|
+
/** VPC configuration for this replica location */
|
|
50400
|
+
VpcConfig?: Canary_VPCConfig;
|
|
50401
|
+
});
|
|
50402
|
+
}
|
|
50403
|
+
|
|
50404
|
+
export declare class Canary_ReplicaReplicationStatus {
|
|
50405
|
+
constructor(props: {
|
|
50406
|
+
/** Replication state: InProgress, InSync, or Inconsistent */
|
|
50407
|
+
State?: string;
|
|
50408
|
+
});
|
|
50409
|
+
}
|
|
50410
|
+
|
|
50356
50411
|
export declare class Canary_RetryConfig {
|
|
50357
50412
|
constructor(props: {
|
|
50358
50413
|
/** maximum times the canary will be retried upon the scheduled run failure */
|
|
@@ -106427,6 +106482,27 @@ export declare class ReplaceDefaultPolicyVersionParams {
|
|
|
106427
106482
|
});
|
|
106428
106483
|
}
|
|
106429
106484
|
|
|
106485
|
+
export declare class Replica {
|
|
106486
|
+
constructor(props: {
|
|
106487
|
+
/** AWS region for the replica (e.g., us-east-1) */
|
|
106488
|
+
Location: string;
|
|
106489
|
+
/** State of the replica canary (CREATING, READY, RUNNING, etc.) */
|
|
106490
|
+
CanaryState?: string;
|
|
106491
|
+
/** ARN of the KMS key used to encrypt the replica canary's Lambda function environment variables */
|
|
106492
|
+
KmsKeyArn?: string;
|
|
106493
|
+
/** Last modified timestamp of the replica */
|
|
106494
|
+
LastModified?: number;
|
|
106495
|
+
/** Replication status for this replica */
|
|
106496
|
+
ReplicationStatus?: Canary_ReplicaReplicationStatus;
|
|
106497
|
+
/** Resources to replicate tags to for this replica (e.g., lambda-function) */
|
|
106498
|
+
ResourcesToReplicateTags?: Canary_ResourceToTag[];
|
|
106499
|
+
/** Tags to apply to this replica canary and optionally its Lambda function */
|
|
106500
|
+
Tags?: Canary_Tag[];
|
|
106501
|
+
/** VPC configuration for this replica location */
|
|
106502
|
+
VpcConfig?: Canary_VPCConfig;
|
|
106503
|
+
});
|
|
106504
|
+
}
|
|
106505
|
+
|
|
106430
106506
|
export declare class ReplicaGlobalSecondaryIndexSpecification {
|
|
106431
106507
|
constructor(props: {
|
|
106432
106508
|
IndexName: string;
|
|
@@ -106454,6 +106530,13 @@ export declare class ReplicaRegion {
|
|
|
106454
106530
|
});
|
|
106455
106531
|
}
|
|
106456
106532
|
|
|
106533
|
+
export declare class ReplicaReplicationStatus {
|
|
106534
|
+
constructor(props: {
|
|
106535
|
+
/** Replication state: InProgress, InSync, or Inconsistent */
|
|
106536
|
+
State?: string;
|
|
106537
|
+
});
|
|
106538
|
+
}
|
|
106539
|
+
|
|
106457
106540
|
export declare class ReplicaSSESpecification {
|
|
106458
106541
|
constructor(props: {
|
|
106459
106542
|
KMSMasterKeyId: any;
|
|
@@ -115179,6 +115262,15 @@ export declare class SnapshotManagement {
|
|
|
115179
115262
|
});
|
|
115180
115263
|
}
|
|
115181
115264
|
|
|
115265
|
+
export declare class SnapshotSchedule_Tag {
|
|
115266
|
+
constructor(props: {
|
|
115267
|
+
/** The key, or name, for the resource tag. */
|
|
115268
|
+
Key: string;
|
|
115269
|
+
/** The value for the resource tag. */
|
|
115270
|
+
Value: string;
|
|
115271
|
+
});
|
|
115272
|
+
}
|
|
115273
|
+
|
|
115182
115274
|
export declare class SnapStart {
|
|
115183
115275
|
constructor(props: {
|
|
115184
115276
|
/** Set ``ApplyOn`` to ``PublishedVersions`` to create a snapshot of the initialized execution environment when you publish a function version. */
|
package/src/generated/index.ts
CHANGED
|
@@ -195,7 +195,7 @@ export const CACertificate = createResource("AWS::IoT::CACertificate", "aws", {"
|
|
|
195
195
|
export const CacheCluster = createResource("AWS::ElastiCache::CacheCluster", "aws", {"ConfigurationEndpoint":"ConfigurationEndpoint","ConfigurationEndpoint_Port":"ConfigurationEndpoint.Port","ConfigurationEndpoint_Address":"ConfigurationEndpoint.Address","RedisEndpoint":"RedisEndpoint","RedisEndpoint_Port":"RedisEndpoint.Port","RedisEndpoint_Address":"RedisEndpoint.Address"});
|
|
196
196
|
export const CachePolicy = createResource("AWS::CloudFront::CachePolicy", "aws", {"Id":"Id","LastModifiedTime":"LastModifiedTime"});
|
|
197
197
|
export const CalculatedAttributeDefinition = createResource("AWS::CustomerProfiles::CalculatedAttributeDefinition", "aws", {"CreatedAt":"CreatedAt","LastUpdatedAt":"LastUpdatedAt","Status":"Status","Readiness":"Readiness"});
|
|
198
|
-
export const Canary = createResource("AWS::Synthetics::Canary", "aws", {"Id":"Id","State":"State","Code_SourceLocationArn":"Code.SourceLocationArn"});
|
|
198
|
+
export const Canary = createResource("AWS::Synthetics::Canary", "aws", {"Id":"Id","State":"State","Code_SourceLocationArn":"Code.SourceLocationArn","Replicas_Item_VpcConfig_VpcId":"Replicas.*.VpcConfig.VpcId","Replicas_Item_CanaryState":"Replicas.*.CanaryState","Replicas_Item_LastModified":"Replicas.*.LastModified","Replicas_Item_ReplicationStatus":"Replicas.*.ReplicationStatus"});
|
|
199
199
|
export const CapacityManagerDataExport = createResource("AWS::EC2::CapacityManagerDataExport", "aws", {"CapacityManagerDataExportId":"CapacityManagerDataExportId"});
|
|
200
200
|
export const CapacityReservationFleet = createResource("AWS::EC2::CapacityReservationFleet", "aws", {"CapacityReservationFleetId":"CapacityReservationFleetId"});
|
|
201
201
|
export const CarrierGateway = createResource("AWS::EC2::CarrierGateway", "aws", {"CarrierGatewayId":"CarrierGatewayId","OwnerId":"OwnerId","State":"State"});
|
|
@@ -1384,6 +1384,7 @@ export const SMSVOICEConfigurationSet = createResource("AWS::SMSVOICE::Configura
|
|
|
1384
1384
|
export const SMSVOICEPhoneNumber = createResource("AWS::SMSVOICE::PhoneNumber", "aws", {"Arn":"Arn","PhoneNumberId":"PhoneNumberId","PhoneNumber":"PhoneNumber"});
|
|
1385
1385
|
export const SMSVOICEResourcePolicy = createResource("AWS::SMSVOICE::ResourcePolicy", "aws", {});
|
|
1386
1386
|
export const SnapshotBlockPublicAccess = createResource("AWS::EC2::SnapshotBlockPublicAccess", "aws", {"AccountId":"AccountId"});
|
|
1387
|
+
export const SnapshotSchedule = createResource("AWS::Redshift::SnapshotSchedule", "aws", {"Arn":"Arn","AssociatedClusterCount":"AssociatedClusterCount"});
|
|
1387
1388
|
export const SoftwarePackage = createResource("AWS::IoT::SoftwarePackage", "aws", {"PackageArn":"PackageArn"});
|
|
1388
1389
|
export const SoftwarePackageVersion = createResource("AWS::IoT::SoftwarePackageVersion", "aws", {"ErrorReason":"ErrorReason","PackageVersionArn":"PackageVersionArn","Status":"Status","SbomValidationStatus":"SbomValidationStatus"});
|
|
1389
1390
|
export const Solution = createResource("AWS::Personalize::Solution", "aws", {"SolutionArn":"SolutionArn"});
|
|
@@ -2807,6 +2808,8 @@ export const Canary_BaseScreenshot = createProperty("AWS::Synthetics::Canary.Bas
|
|
|
2807
2808
|
export const Canary_BrowserConfig = createProperty("AWS::Synthetics::Canary.BrowserConfig", "aws");
|
|
2808
2809
|
export const Canary_Code = createProperty("AWS::Synthetics::Canary.Code", "aws");
|
|
2809
2810
|
export const Canary_Dependency = createProperty("AWS::Synthetics::Canary.Dependency", "aws");
|
|
2811
|
+
export const Canary_Replica = createProperty("AWS::Synthetics::Canary.Replica", "aws");
|
|
2812
|
+
export const Canary_ReplicaReplicationStatus = createProperty("AWS::Synthetics::Canary.ReplicaReplicationStatus", "aws");
|
|
2810
2813
|
export const Canary_RetryConfig = createProperty("AWS::Synthetics::Canary.RetryConfig", "aws");
|
|
2811
2814
|
export const Canary_RunConfig = createProperty("AWS::Synthetics::Canary.RunConfig", "aws");
|
|
2812
2815
|
export const Canary_S3Encryption = createProperty("AWS::Synthetics::Canary.S3Encryption", "aws");
|
|
@@ -8593,9 +8596,11 @@ export const RenderingConfiguration = createProperty("AWS::Wisdom::KnowledgeBase
|
|
|
8593
8596
|
export const RenderingEngine = createProperty("AWS::RoboMaker::SimulationApplication.RenderingEngine", "aws");
|
|
8594
8597
|
export const RenditionConfiguration = createProperty("AWS::IVS::RecordingConfiguration.RenditionConfiguration", "aws");
|
|
8595
8598
|
export const ReplaceDefaultPolicyVersionParams = createProperty("AWS::IoT::MitigationAction.ReplaceDefaultPolicyVersionParams", "aws");
|
|
8599
|
+
export const Replica = createProperty("AWS::Synthetics::Canary.Replica", "aws");
|
|
8596
8600
|
export const ReplicaGlobalSecondaryIndexSpecification = createProperty("AWS::DynamoDB::GlobalTable.ReplicaGlobalSecondaryIndexSpecification", "aws");
|
|
8597
8601
|
export const ReplicaKey_Tag = createProperty("AWS::KMS::ReplicaKey.Tag", "aws");
|
|
8598
8602
|
export const ReplicaRegion = createProperty("AWS::SecretsManager::Secret.ReplicaRegion", "aws");
|
|
8603
|
+
export const ReplicaReplicationStatus = createProperty("AWS::Synthetics::Canary.ReplicaReplicationStatus", "aws");
|
|
8599
8604
|
export const ReplicaSSESpecification = createProperty("AWS::DynamoDB::GlobalTable.ReplicaSSESpecification", "aws");
|
|
8600
8605
|
export const ReplicaStreamSpecification = createProperty("AWS::DynamoDB::GlobalTable.ReplicaStreamSpecification", "aws");
|
|
8601
8606
|
export const Replication = createProperty("AWS::Lex::Bot.Replication", "aws");
|
|
@@ -9492,6 +9497,7 @@ export const SnaplockRetentionPeriod = createProperty("AWS::FSx::Volume.Snaplock
|
|
|
9492
9497
|
export const Snapshot = createProperty("AWS::RedshiftServerless::Snapshot.Snapshot", "aws");
|
|
9493
9498
|
export const SnapshotCopyConfiguration = createProperty("AWS::RedshiftServerless::Namespace.SnapshotCopyConfiguration", "aws");
|
|
9494
9499
|
export const SnapshotManagement = createProperty("AWS::S3Tables::Table.SnapshotManagement", "aws");
|
|
9500
|
+
export const SnapshotSchedule_Tag = createProperty("AWS::Redshift::SnapshotSchedule.Tag", "aws");
|
|
9495
9501
|
export const SnapStart = createProperty("AWS::Lambda::Function.SnapStart", "aws");
|
|
9496
9502
|
export const SnapStartResponse = createProperty("AWS::Lambda::Function.SnapStartResponse", "aws");
|
|
9497
9503
|
export const SnowflakeBufferingHints = createProperty("AWS::KinesisFirehose::DeliveryStream.SnowflakeBufferingHints", "aws");
|
|
@@ -12778,7 +12778,11 @@
|
|
|
12778
12778
|
"attrs": {
|
|
12779
12779
|
"Id": "Id",
|
|
12780
12780
|
"State": "State",
|
|
12781
|
-
"Code_SourceLocationArn": "Code.SourceLocationArn"
|
|
12781
|
+
"Code_SourceLocationArn": "Code.SourceLocationArn",
|
|
12782
|
+
"Replicas_*_VpcConfig_VpcId": "Replicas.*.VpcConfig.VpcId",
|
|
12783
|
+
"Replicas_*_CanaryState": "Replicas.*.CanaryState",
|
|
12784
|
+
"Replicas_*_LastModified": "Replicas.*.LastModified",
|
|
12785
|
+
"Replicas_*_ReplicationStatus": "Replicas.*.ReplicationStatus"
|
|
12782
12786
|
},
|
|
12783
12787
|
"propertyConstraints": {
|
|
12784
12788
|
"Name": {
|
|
@@ -12792,6 +12796,9 @@
|
|
|
12792
12796
|
"AUTOMATIC",
|
|
12793
12797
|
"OFF"
|
|
12794
12798
|
]
|
|
12799
|
+
},
|
|
12800
|
+
"KmsKeyArn": {
|
|
12801
|
+
"pattern": "^arn:[a-z0-9-]+:kms:[a-z0-9-]+:[0-9]{12}:(key/([a-f0-9-]{36}|mrk-[a-f0-9]{32})|alias/[a-zA-Z0-9:/_.-]+)$"
|
|
12795
12802
|
}
|
|
12796
12803
|
},
|
|
12797
12804
|
"createOnly": [
|
|
@@ -12808,7 +12815,10 @@
|
|
|
12808
12815
|
"RunConfig/EnvironmentVariables",
|
|
12809
12816
|
"VisualReference",
|
|
12810
12817
|
"VisualReferences",
|
|
12811
|
-
"DryRunAndUpdate"
|
|
12818
|
+
"DryRunAndUpdate",
|
|
12819
|
+
"Replicas/*/Tags",
|
|
12820
|
+
"Replicas/*/ResourcesToReplicateTags",
|
|
12821
|
+
"Replicas/*/KmsKeyArn"
|
|
12812
12822
|
],
|
|
12813
12823
|
"primaryIdentifier": [
|
|
12814
12824
|
"Name"
|
|
@@ -12853,6 +12863,16 @@
|
|
|
12853
12863
|
"kind": "property",
|
|
12854
12864
|
"lexicon": "aws"
|
|
12855
12865
|
},
|
|
12866
|
+
"Canary_Replica": {
|
|
12867
|
+
"resourceType": "AWS::Synthetics::Canary.Replica",
|
|
12868
|
+
"kind": "property",
|
|
12869
|
+
"lexicon": "aws"
|
|
12870
|
+
},
|
|
12871
|
+
"Canary_ReplicaReplicationStatus": {
|
|
12872
|
+
"resourceType": "AWS::Synthetics::Canary.ReplicaReplicationStatus",
|
|
12873
|
+
"kind": "property",
|
|
12874
|
+
"lexicon": "aws"
|
|
12875
|
+
},
|
|
12856
12876
|
"Canary_RetryConfig": {
|
|
12857
12877
|
"resourceType": "AWS::Synthetics::Canary.RetryConfig",
|
|
12858
12878
|
"kind": "property",
|
|
@@ -79953,6 +79973,11 @@
|
|
|
79953
79973
|
"kind": "property",
|
|
79954
79974
|
"lexicon": "aws"
|
|
79955
79975
|
},
|
|
79976
|
+
"Replica": {
|
|
79977
|
+
"resourceType": "AWS::Synthetics::Canary.Replica",
|
|
79978
|
+
"kind": "property",
|
|
79979
|
+
"lexicon": "aws"
|
|
79980
|
+
},
|
|
79956
79981
|
"ReplicaGlobalSecondaryIndexSpecification": {
|
|
79957
79982
|
"resourceType": "AWS::DynamoDB::GlobalTable.ReplicaGlobalSecondaryIndexSpecification",
|
|
79958
79983
|
"kind": "property",
|
|
@@ -80005,6 +80030,11 @@
|
|
|
80005
80030
|
"kind": "property",
|
|
80006
80031
|
"lexicon": "aws"
|
|
80007
80032
|
},
|
|
80033
|
+
"ReplicaReplicationStatus": {
|
|
80034
|
+
"resourceType": "AWS::Synthetics::Canary.ReplicaReplicationStatus",
|
|
80035
|
+
"kind": "property",
|
|
80036
|
+
"lexicon": "aws"
|
|
80037
|
+
},
|
|
80008
80038
|
"ReplicaSSESpecification": {
|
|
80009
80039
|
"resourceType": "AWS::DynamoDB::GlobalTable.ReplicaSSESpecification",
|
|
80010
80040
|
"kind": "property",
|
|
@@ -92262,6 +92292,32 @@
|
|
|
92262
92292
|
"kind": "property",
|
|
92263
92293
|
"lexicon": "aws"
|
|
92264
92294
|
},
|
|
92295
|
+
"SnapshotSchedule": {
|
|
92296
|
+
"resourceType": "AWS::Redshift::SnapshotSchedule",
|
|
92297
|
+
"kind": "resource",
|
|
92298
|
+
"lexicon": "aws",
|
|
92299
|
+
"attrs": {
|
|
92300
|
+
"Arn": "Arn",
|
|
92301
|
+
"AssociatedClusterCount": "AssociatedClusterCount"
|
|
92302
|
+
},
|
|
92303
|
+
"createOnly": [
|
|
92304
|
+
"ScheduleIdentifier",
|
|
92305
|
+
"ScheduleDescription"
|
|
92306
|
+
],
|
|
92307
|
+
"primaryIdentifier": [
|
|
92308
|
+
"Arn"
|
|
92309
|
+
],
|
|
92310
|
+
"tagging": {
|
|
92311
|
+
"taggable": true,
|
|
92312
|
+
"tagOnCreate": true,
|
|
92313
|
+
"tagUpdatable": true
|
|
92314
|
+
}
|
|
92315
|
+
},
|
|
92316
|
+
"SnapshotSchedule_Tag": {
|
|
92317
|
+
"resourceType": "AWS::Redshift::SnapshotSchedule.Tag",
|
|
92318
|
+
"kind": "property",
|
|
92319
|
+
"lexicon": "aws"
|
|
92320
|
+
},
|
|
92265
92321
|
"SnowflakeBufferingHints": {
|
|
92266
92322
|
"resourceType": "AWS::KinesisFirehose::DeliveryStream.SnowflakeBufferingHints",
|
|
92267
92323
|
"kind": "property",
|