p6-cdk-namer 1.3.42 → 1.3.43
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/.jsii +3 -3
- package/lib/p6cdknamer.js +1 -1
- package/node_modules/cdk-iam-floyd/README.md +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrockagentcore.d.ts +40 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrockagentcore.js +45 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticcontainerservice.d.ts +1 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticcontainerservice.js +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/fsx.d.ts +9 -3
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/fsx.js +10 -4
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/kinesisdatastreams.d.ts +49 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/kinesisdatastreams.js +59 -1
- package/node_modules/cdk-iam-floyd/package.json +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"bundled": {
|
|
11
11
|
"@aws-sdk/client-iam": "^3.911.0",
|
|
12
|
-
"cdk-iam-floyd": "^0.
|
|
12
|
+
"cdk-iam-floyd": "^0.724.0",
|
|
13
13
|
"winston": "^3.18.3"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
@@ -4198,6 +4198,6 @@
|
|
|
4198
4198
|
"symbolId": "src/p6cdknamer:P6CDKNamer"
|
|
4199
4199
|
}
|
|
4200
4200
|
},
|
|
4201
|
-
"version": "1.3.
|
|
4202
|
-
"fingerprint": "
|
|
4201
|
+
"version": "1.3.43",
|
|
4202
|
+
"fingerprint": "Fm2hWvRCN9Qs8kshylOvywa37r0BYFFYY7I5b93dUDQ="
|
|
4203
4203
|
}
|
package/lib/p6cdknamer.js
CHANGED
|
@@ -41,7 +41,7 @@ const lambdajs = __importStar(require("aws-cdk-lib/aws-lambda-nodejs"));
|
|
|
41
41
|
const cr = __importStar(require("aws-cdk-lib/custom-resources"));
|
|
42
42
|
const floyd = __importStar(require("cdk-iam-floyd"));
|
|
43
43
|
class P6CDKNamer extends cdk.Resource {
|
|
44
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.3.
|
|
44
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-namer.P6CDKNamer", version: "1.3.43" };
|
|
45
45
|
constructor(scope, id, props) {
|
|
46
46
|
super(scope, id);
|
|
47
47
|
const policy = new floyd.Statement.Iam().allow().toCreateAccountAlias();
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 428 Services
|
|
20
|
-
-
|
|
20
|
+
- 19259 Actions
|
|
21
21
|
- 2057 Resource Types
|
|
22
|
-
-
|
|
22
|
+
- 2160 Condition keys
|
|
23
23
|
<!-- /stats -->
|
|
24
24
|
|
|
25
25
|
**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
|
|
@@ -2482,6 +2482,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2482
2482
|
DeclarativePoliciesEC2Report(): aws_iam.IManagedPolicy;
|
|
2483
2483
|
/** Permissions required to support Amazon CloudWatch Contributor Insights for Amazon DynamoDB. */
|
|
2484
2484
|
DynamoDBCloudWatchContributorInsightsServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2485
|
+
/** Permissions required by DynamoDB to manage global table replica settings */
|
|
2486
|
+
DynamoDBGlobalTableSettingsManagementServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2485
2487
|
/** Provide AWS DynamoDB access to KinesisDataStreams */
|
|
2486
2488
|
DynamoDBKinesisReplicationServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2487
2489
|
/** Permissions required by DynamoDB for cross-region data replication */
|