iamdata 0.1.202507291__py3-none-any.whl → 0.1.202508241__py3-none-any.whl
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.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/aoss.json +32 -0
- iamdata/data/actions/aps.json +51 -0
- iamdata/data/actions/arc-region-switch.json +334 -0
- iamdata/data/actions/arc-zonal-shift.json +50 -0
- iamdata/data/actions/auditmanager.json +14 -1
- iamdata/data/actions/batch.json +162 -6
- iamdata/data/actions/bcm-dashboards.json +74 -0
- iamdata/data/actions/bcm-recommended-actions.json +10 -0
- iamdata/data/actions/bedrock-agentcore.json +328 -30
- iamdata/data/actions/bedrock.json +459 -0
- iamdata/data/actions/budgets.json +6 -2
- iamdata/data/actions/cases.json +22 -2
- iamdata/data/actions/chatbot.json +87 -20
- iamdata/data/actions/cleanrooms-ml.json +11 -0
- iamdata/data/actions/cleanrooms.json +44 -0
- iamdata/data/actions/connect.json +23 -0
- iamdata/data/actions/datazone.json +64 -0
- iamdata/data/actions/deadline.json +32 -10
- iamdata/data/actions/dms.json +1 -8
- iamdata/data/actions/ds.json +122 -0
- iamdata/data/actions/events.json +16 -0
- iamdata/data/actions/glue.json +32 -0
- iamdata/data/actions/groundtruthlabeling.json +7 -7
- iamdata/data/actions/guardduty.json +173 -0
- iamdata/data/actions/imagebuilder.json +185 -237
- iamdata/data/actions/iot.json +31 -0
- iamdata/data/actions/iotmanagedintegrations.json +11 -4
- iamdata/data/actions/iotsitewise.json +271 -0
- iamdata/data/actions/observabilityadmin.json +196 -0
- iamdata/data/actions/odb.json +4 -4
- iamdata/data/actions/outposts.json +15 -0
- iamdata/data/actions/partnercentral.json +96 -32
- iamdata/data/actions/qbusiness.json +20 -46
- iamdata/data/actions/quicksight.json +2 -6
- iamdata/data/actions/rds.json +12 -6
- iamdata/data/actions/repostspace.json +90 -0
- iamdata/data/actions/s3.json +261 -125
- iamdata/data/actions/s3express.json +24 -4
- iamdata/data/actions/sagemaker.json +128 -0
- iamdata/data/actions/security-ir.json +23 -8
- iamdata/data/actions/securityhub.json +12 -0
- iamdata/data/actions/servicediscovery.json +140 -14
- iamdata/data/actions/ses.json +286 -2
- iamdata/data/actions/social-messaging.json +64 -0
- iamdata/data/actions/sso.json +34 -50
- iamdata/data/actions/transcribe.json +12 -0
- iamdata/data/actions/uxc.json +26 -0
- iamdata/data/actions/workspaces-web.json +112 -0
- iamdata/data/actions/workspaces.json +114 -0
- iamdata/data/actions/xray.json +9 -3
- iamdata/data/conditionKeys/arc-region-switch.json +17 -0
- iamdata/data/conditionKeys/bcm-dashboards.json +1 -0
- iamdata/data/conditionKeys/bcm-recommended-actions.json +1 -0
- iamdata/data/conditionKeys/chatbot.json +17 -1
- iamdata/data/conditionKeys/ebs.json +2 -2
- iamdata/data/conditionKeys/imagebuilder.json +2 -2
- iamdata/data/conditionKeys/iotmanagedintegrations.json +10 -0
- iamdata/data/conditionKeys/observabilityadmin.json +17 -1
- iamdata/data/conditionKeys/quicksight.json +0 -5
- iamdata/data/conditionKeys/rds.json +5 -0
- iamdata/data/conditionKeys/s3.json +5 -0
- iamdata/data/conditionKeys/s3express.json +5 -0
- iamdata/data/conditionKeys/savingsplans.json +1 -1
- iamdata/data/conditionKeys/secretsmanager.json +1 -1
- iamdata/data/conditionKeys/servicediscovery.json +5 -0
- iamdata/data/conditionKeys/ses.json +5 -0
- iamdata/data/conditionKeys/uxc.json +1 -0
- iamdata/data/conditionKeys/xray.json +10 -0
- iamdata/data/conditionPatterns.json +128 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/apigateway.json +3 -3
- iamdata/data/resourceTypes/arc-region-switch.json +9 -0
- iamdata/data/resourceTypes/batch.json +14 -0
- iamdata/data/resourceTypes/bcm-dashboards.json +1 -0
- iamdata/data/resourceTypes/bcm-recommended-actions.json +1 -0
- iamdata/data/resourceTypes/bedrock-agentcore.json +8 -0
- iamdata/data/resourceTypes/bedrock.json +14 -0
- iamdata/data/resourceTypes/chatbot.json +8 -2
- iamdata/data/resourceTypes/deadline.json +4 -1
- iamdata/data/resourceTypes/execute-api.json +1 -1
- iamdata/data/resourceTypes/guardduty.json +14 -0
- iamdata/data/resourceTypes/imagebuilder.json +12 -18
- iamdata/data/resourceTypes/iotsitewise.json +7 -0
- iamdata/data/resourceTypes/mpa.json +3 -3
- iamdata/data/resourceTypes/observabilityadmin.json +16 -1
- iamdata/data/resourceTypes/partnercentral.json +8 -2
- iamdata/data/resourceTypes/qbusiness.json +0 -4
- iamdata/data/resourceTypes/s3.json +19 -1
- iamdata/data/resourceTypes/s3express.json +5 -1
- iamdata/data/resourceTypes/securityhub.json +12 -3
- iamdata/data/resourceTypes/ses.json +11 -0
- iamdata/data/resourceTypes/uxc.json +1 -0
- iamdata/data/resourceTypes/workspaces-web.json +7 -0
- iamdata/data/resourceTypes/workspaces.json +4 -0
- iamdata/data/serviceNames.json +4 -0
- iamdata/data/services.json +4 -0
- iamdata/data/unassociatedConditions.json +20 -0
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508241.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508241.dist-info}/RECORD +101 -87
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508241.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508241.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
{
|
|
2
|
+
"account": {
|
|
3
|
+
"account:AccountResourceOrgTags/.+?": "account:AccountResourceOrgTags/${TagKey}"
|
|
4
|
+
},
|
|
5
|
+
"codebuild": {
|
|
6
|
+
"codebuild:environment.environmentVariables/.+?.value": "codebuild:environment.environmentVariables/${name}.value",
|
|
7
|
+
"codebuild:fileSystemLocations/.+?.location": "codebuild:fileSystemLocations/${identifier}.location",
|
|
8
|
+
"codebuild:fileSystemLocations/.+?.type": "codebuild:fileSystemLocations/${identifier}.type",
|
|
9
|
+
"codebuild:secondaryArtifacts/.+?.bucketOwnerAccess": "codebuild:secondaryArtifacts/${artifactIdentifier}.bucketOwnerAccess",
|
|
10
|
+
"codebuild:secondaryArtifacts/.+?.encryptionDisabled": "codebuild:secondaryArtifacts/${artifactIdentifier}.encryptionDisabled",
|
|
11
|
+
"codebuild:secondaryArtifacts/.+?.location": "codebuild:secondaryArtifacts/${artifactIdentifier}.location",
|
|
12
|
+
"codebuild:secondarySources/.+?.auth.resource": "codebuild:secondarySources/${sourceIdentifier}.auth.resource",
|
|
13
|
+
"codebuild:secondarySources/.+?.auth.type": "codebuild:secondarySources/${sourceIdentifier}.auth.type",
|
|
14
|
+
"codebuild:secondarySources/.+?.buildStatusConfig.context": "codebuild:secondarySources/${sourceIdentifier}.buildStatusConfig.context",
|
|
15
|
+
"codebuild:secondarySources/.+?.buildStatusConfig.targetUrl": "codebuild:secondarySources/${sourceIdentifier}.buildStatusConfig.targetUrl",
|
|
16
|
+
"codebuild:secondarySources/.+?.buildspec": "codebuild:secondarySources/${sourceIdentifier}.buildspec",
|
|
17
|
+
"codebuild:secondarySources/.+?.insecureSsl": "codebuild:secondarySources/${sourceIdentifier}.insecureSsl",
|
|
18
|
+
"codebuild:secondarySources/.+?.location": "codebuild:secondarySources/${sourceIdentifier}.location"
|
|
19
|
+
},
|
|
20
|
+
"iam": {
|
|
21
|
+
"iam:ResourceTag/.+?": "iam:ResourceTag/${TagKey}"
|
|
22
|
+
},
|
|
23
|
+
"datapipeline": {
|
|
24
|
+
"datapipeline:Tag/.+?": "datapipeline:Tag/${TagKey}"
|
|
25
|
+
},
|
|
26
|
+
"dms": {
|
|
27
|
+
"dms:assessment-run-tag/.+?": "dms:assessment-run-tag/${TagKey}",
|
|
28
|
+
"dms:cert-tag/.+?": "dms:cert-tag/${TagKey}",
|
|
29
|
+
"dms:data-migration-tag/.+?": "dms:data-migration-tag/${TagKey}",
|
|
30
|
+
"dms:data-provider-tag/.+?": "dms:data-provider-tag/${TagKey}",
|
|
31
|
+
"dms:endpoint-tag/.+?": "dms:endpoint-tag/${TagKey}",
|
|
32
|
+
"dms:es-tag/.+?": "dms:es-tag/${TagKey}",
|
|
33
|
+
"dms:individual-assessment-tag/.+?": "dms:individual-assessment-tag/${TagKey}",
|
|
34
|
+
"dms:instance-profile-tag/.+?": "dms:instance-profile-tag/${TagKey}",
|
|
35
|
+
"dms:migration-project-tag/.+?": "dms:migration-project-tag/${TagKey}",
|
|
36
|
+
"dms:rep-tag/.+?": "dms:rep-tag/${TagKey}",
|
|
37
|
+
"dms:replication-config-tag/.+?": "dms:replication-config-tag/${TagKey}",
|
|
38
|
+
"dms:req-tag/.+?": "dms:req-tag/${TagKey}",
|
|
39
|
+
"dms:subgrp-tag/.+?": "dms:subgrp-tag/${TagKey}",
|
|
40
|
+
"dms:task-tag/.+?": "dms:task-tag/${TagKey}"
|
|
41
|
+
},
|
|
42
|
+
"elasticloadbalancing": {
|
|
43
|
+
"elasticloadbalancing:ResourceTag/.+?": "elasticloadbalancing:ResourceTag/${TagKey}"
|
|
44
|
+
},
|
|
45
|
+
"iotanalytics": {
|
|
46
|
+
"iotanalytics:ResourceTag/.+?": "iotanalytics:ResourceTag/${TagKey}"
|
|
47
|
+
},
|
|
48
|
+
"iot": {
|
|
49
|
+
"iot:CommandExecutionParameterBoolean/.+?": "iot:CommandExecutionParameterBoolean/${CommandParameterName}",
|
|
50
|
+
"iot:CommandExecutionParameterNumber/.+?": "iot:CommandExecutionParameterNumber/${CommandParameterName}",
|
|
51
|
+
"iot:CommandExecutionParameterString/.+?": "iot:CommandExecutionParameterString/${CommandParameterName}"
|
|
52
|
+
},
|
|
53
|
+
"kms": {
|
|
54
|
+
"kms:EncryptionContext:.+?": "kms:EncryptionContext:${EncryptionContextKey}"
|
|
55
|
+
},
|
|
56
|
+
"license-manager": {
|
|
57
|
+
"license-manager:ResourceTag/.+?": "license-manager:ResourceTag/${TagKey}"
|
|
58
|
+
},
|
|
59
|
+
"ram": {
|
|
60
|
+
"ram:ResourceTag/.+?": "ram:ResourceTag/${TagKey}"
|
|
61
|
+
},
|
|
62
|
+
"securityhub": {
|
|
63
|
+
"securityhub:ASFFSyntaxPath/.+?": "securityhub:ASFFSyntaxPath/${ASFFSyntaxPath}",
|
|
64
|
+
"securityhub:OCSFSyntaxPath/.+?": "securityhub:OCSFSyntaxPath/${OCSFSyntaxPath}"
|
|
65
|
+
},
|
|
66
|
+
"sts": {
|
|
67
|
+
"sts:RequestContext/.+?": "sts:RequestContext/${ContextKey}"
|
|
68
|
+
},
|
|
69
|
+
"ssm": {
|
|
70
|
+
"ssm:resourceTag/.+?": "ssm:resourceTag/${TagKey}"
|
|
71
|
+
},
|
|
72
|
+
"connect": {
|
|
73
|
+
"connect:SearchTag/.+?": "connect:SearchTag/${TagKey}"
|
|
74
|
+
},
|
|
75
|
+
"autoscaling": {
|
|
76
|
+
"autoscaling:ResourceTag/.+?": "autoscaling:ResourceTag/${TagKey}"
|
|
77
|
+
},
|
|
78
|
+
"imagebuilder": {
|
|
79
|
+
"imagebuilder:CreatedResourceTag/.+?": "imagebuilder:CreatedResourceTag/${TagKey}"
|
|
80
|
+
},
|
|
81
|
+
"ec2": {
|
|
82
|
+
"ec2:ResourceTag/.+?": "ec2:ResourceTag/${TagKey}",
|
|
83
|
+
"ec2:Attribute/.+?": "ec2:Attribute/${AttributeName}"
|
|
84
|
+
},
|
|
85
|
+
"ecr-public": {
|
|
86
|
+
"ecr-public:ResourceTag/.+?": "ecr-public:ResourceTag/${TagKey}"
|
|
87
|
+
},
|
|
88
|
+
"ecr": {
|
|
89
|
+
"ecr:ResourceTag/.+?": "ecr:ResourceTag/${TagKey}"
|
|
90
|
+
},
|
|
91
|
+
"ecs": {
|
|
92
|
+
"ecs:ResourceTag/.+?": "ecs:ResourceTag/${TagKey}"
|
|
93
|
+
},
|
|
94
|
+
"elasticmapreduce": {
|
|
95
|
+
"elasticmapreduce:RequestTag/.+?": "elasticmapreduce:RequestTag/${TagKey}",
|
|
96
|
+
"elasticmapreduce:ResourceTag/.+?": "elasticmapreduce:ResourceTag/${TagKey}"
|
|
97
|
+
},
|
|
98
|
+
"rds": {
|
|
99
|
+
"rds:cluster-pg-tag/.+?": "rds:cluster-pg-tag/${TagKey}",
|
|
100
|
+
"rds:cluster-snapshot-tag/.+?": "rds:cluster-snapshot-tag/${TagKey}",
|
|
101
|
+
"rds:cluster-tag/.+?": "rds:cluster-tag/${TagKey}",
|
|
102
|
+
"rds:db-tag/.+?": "rds:db-tag/${TagKey}",
|
|
103
|
+
"rds:es-tag/.+?": "rds:es-tag/${TagKey}",
|
|
104
|
+
"rds:og-tag/.+?": "rds:og-tag/${TagKey}",
|
|
105
|
+
"rds:pg-tag/.+?": "rds:pg-tag/${TagKey}",
|
|
106
|
+
"rds:req-tag/.+?": "rds:req-tag/${TagKey}",
|
|
107
|
+
"rds:ri-tag/.+?": "rds:ri-tag/${TagKey}",
|
|
108
|
+
"rds:secgrp-tag/.+?": "rds:secgrp-tag/${TagKey}",
|
|
109
|
+
"rds:snapshot-tag/.+?": "rds:snapshot-tag/${TagKey}",
|
|
110
|
+
"rds:subgrp-tag/.+?": "rds:subgrp-tag/${TagKey}"
|
|
111
|
+
},
|
|
112
|
+
"s3express": {
|
|
113
|
+
"s3express:AccessPointTag/.+?": "s3express:AccessPointTag/${TagKey}",
|
|
114
|
+
"s3express:BucketTag/.+?": "s3express:BucketTag/${TagKey}"
|
|
115
|
+
},
|
|
116
|
+
"s3": {
|
|
117
|
+
"s3:AccessPointTag/.+?": "s3:AccessPointTag/${TagKey}"
|
|
118
|
+
},
|
|
119
|
+
"sagemaker": {
|
|
120
|
+
"sagemaker:ResourceTag/.+?": "sagemaker:ResourceTag/${TagKey}",
|
|
121
|
+
"sagemaker:CustomerMetadataProperties/.+?": "sagemaker:CustomerMetadataProperties/${MetadataKey}",
|
|
122
|
+
"sagemaker:SearchVisibilityCondition/.+?": "sagemaker:SearchVisibilityCondition/${FilterKey}"
|
|
123
|
+
},
|
|
124
|
+
"vpc-lattice-svcs": {
|
|
125
|
+
"vpc-lattice-svcs:RequestHeader/.+?": "vpc-lattice-svcs:RequestHeader/${HeaderName}",
|
|
126
|
+
"vpc-lattice-svcs:RequestQueryString/.+?": "vpc-lattice-svcs:RequestQueryString/${QueryStringKey}"
|
|
127
|
+
}
|
|
128
|
+
}
|
iamdata/data/metadata.json
CHANGED
|
@@ -403,21 +403,21 @@
|
|
|
403
403
|
},
|
|
404
404
|
"privatebasepathmapping": {
|
|
405
405
|
"key": "PrivateBasePathMapping",
|
|
406
|
-
"arn": "arn:${Partition}:apigateway:${Region}::/domainnames/${DomainName}
|
|
406
|
+
"arn": "arn:${Partition}:apigateway:${Region}::/domainnames/${DomainName} ${DomainIdentifier}/basepathmappings/${BasePath}",
|
|
407
407
|
"conditionKeys": [
|
|
408
408
|
"aws:ResourceTag/${TagKey}"
|
|
409
409
|
]
|
|
410
410
|
},
|
|
411
411
|
"privatebasepathmappings": {
|
|
412
412
|
"key": "PrivateBasePathMappings",
|
|
413
|
-
"arn": "arn:${Partition}:apigateway:${Region}::/domainnames/${DomainName}
|
|
413
|
+
"arn": "arn:${Partition}:apigateway:${Region}::/domainnames/${DomainName} ${DomainIdentifier}/basepathmappings",
|
|
414
414
|
"conditionKeys": [
|
|
415
415
|
"aws:ResourceTag/${TagKey}"
|
|
416
416
|
]
|
|
417
417
|
},
|
|
418
418
|
"privatedomainname": {
|
|
419
419
|
"key": "PrivateDomainName",
|
|
420
|
-
"arn": "arn:${Partition}:apigateway:${Region}:${Account}:/domainnames/${DomainName}
|
|
420
|
+
"arn": "arn:${Partition}:apigateway:${Region}:${Account}:/domainnames/${DomainName} ${DomainIdentifier}",
|
|
421
421
|
"conditionKeys": [
|
|
422
422
|
"apigateway:Request/EndpointType",
|
|
423
423
|
"apigateway:Resource/EndpointType",
|
|
@@ -38,6 +38,20 @@
|
|
|
38
38
|
"aws:ResourceTag/${TagKey}"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
|
+
"service-environment": {
|
|
42
|
+
"key": "service-environment",
|
|
43
|
+
"arn": "arn:${Partition}:batch:${Region}:${Account}:service-environment/${ServiceEnvironmentName}",
|
|
44
|
+
"conditionKeys": [
|
|
45
|
+
"aws:ResourceTag/${TagKey}"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"service-job": {
|
|
49
|
+
"key": "service-job",
|
|
50
|
+
"arn": "arn:${Partition}:batch:${Region}:${Account}:service-job/${JobId}",
|
|
51
|
+
"conditionKeys": [
|
|
52
|
+
"aws:ResourceTag/${TagKey}"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
41
55
|
"consumable-resource": {
|
|
42
56
|
"key": "consumable-resource",
|
|
43
57
|
"arn": "arn:${Partition}:batch:${Region}:${Account}:consumable-resource/${ConsumableResourceName}",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -42,5 +42,13 @@
|
|
|
42
42
|
"browser": {
|
|
43
43
|
"key": "browser",
|
|
44
44
|
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:aws:browser/${BrowserId}"
|
|
45
|
+
},
|
|
46
|
+
"workload-identity-directory": {
|
|
47
|
+
"key": "workload-identity-directory",
|
|
48
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:workload-identity-directory/${DirectoryId}"
|
|
49
|
+
},
|
|
50
|
+
"token-vault": {
|
|
51
|
+
"key": "token-vault",
|
|
52
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}"
|
|
45
53
|
}
|
|
46
54
|
}
|
|
@@ -103,6 +103,20 @@
|
|
|
103
103
|
"key": "guardrail-profile",
|
|
104
104
|
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:guardrail-profile/${ResourceId}"
|
|
105
105
|
},
|
|
106
|
+
"automated-reasoning-policy": {
|
|
107
|
+
"key": "automated-reasoning-policy",
|
|
108
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:automated-reasoning-policy/${AutomatedReasoningPolicyId}",
|
|
109
|
+
"conditionKeys": [
|
|
110
|
+
"aws:ResourceTag/${TagKey}"
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
"automated-reasoning-policy-version": {
|
|
114
|
+
"key": "automated-reasoning-policy-version",
|
|
115
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:automated-reasoning-policy/${AutomatedReasoningPolicyId}:${AutomatedReasoningPolicyVersion}",
|
|
116
|
+
"conditionKeys": [
|
|
117
|
+
"aws:ResourceTag/${TagKey}"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
106
120
|
"flow": {
|
|
107
121
|
"key": "flow",
|
|
108
122
|
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:flow/${FlowId}",
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"chatbotconfiguration": {
|
|
3
3
|
"key": "ChatbotConfiguration",
|
|
4
|
-
"arn": "arn:${Partition}:chatbot::${Account}:chat-configuration/${ConfigurationType}/${ChatbotConfigurationName}"
|
|
4
|
+
"arn": "arn:${Partition}:chatbot::${Account}:chat-configuration/${ConfigurationType}/${ChatbotConfigurationName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"custom-action": {
|
|
7
10
|
"key": "custom-action",
|
|
8
|
-
"arn": "arn:${Partition}:chatbot::${Account}:custom-action/${ActionName}"
|
|
11
|
+
"arn": "arn:${Partition}:chatbot::${Account}:custom-action/${ActionName}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
9
15
|
}
|
|
10
16
|
}
|
|
@@ -45,7 +45,10 @@
|
|
|
45
45
|
},
|
|
46
46
|
"monitor": {
|
|
47
47
|
"key": "monitor",
|
|
48
|
-
"arn": "arn:${Partition}:deadline:${Region}:${Account}:monitor/${MonitorId}"
|
|
48
|
+
"arn": "arn:${Partition}:deadline:${Region}:${Account}:monitor/${MonitorId}",
|
|
49
|
+
"conditionKeys": [
|
|
50
|
+
"aws:ResourceTag/${TagKey}"
|
|
51
|
+
]
|
|
49
52
|
},
|
|
50
53
|
"queue": {
|
|
51
54
|
"key": "queue",
|
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
},
|
|
9
9
|
"execute-api-domain": {
|
|
10
10
|
"key": "execute-api-domain",
|
|
11
|
-
"arn": "arn:${Partition}:execute-api:${Region}:${Account}:/domainnames/${DomainName}
|
|
11
|
+
"arn": "arn:${Partition}:execute-api:${Region}:${Account}:/domainnames/${DomainName} ${DomainIdentifier}"
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -27,6 +27,20 @@
|
|
|
27
27
|
"aws:ResourceTag/${TagKey}"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
+
"trustedentityset": {
|
|
31
|
+
"key": "trustedentityset",
|
|
32
|
+
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/trustedentityset/${TrustedEntitySetId}",
|
|
33
|
+
"conditionKeys": [
|
|
34
|
+
"aws:ResourceTag/${TagKey}"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"threatentityset": {
|
|
38
|
+
"key": "threatentityset",
|
|
39
|
+
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/threatentityset/${ThreatEntitySetId}",
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"aws:ResourceTag/${TagKey}"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
30
44
|
"publishingdestination": {
|
|
31
45
|
"key": "publishingDestination",
|
|
32
46
|
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/publishingDestination/${PublishingDestinationId}"
|
|
@@ -6,13 +6,6 @@
|
|
|
6
6
|
"aws:ResourceTag/${TagKey}"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
|
-
"componentversion": {
|
|
10
|
-
"key": "componentVersion",
|
|
11
|
-
"arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:component/${ComponentName}/${ComponentVersion}",
|
|
12
|
-
"conditionKeys": [
|
|
13
|
-
"aws:ResourceTag/${TagKey}"
|
|
14
|
-
]
|
|
15
|
-
},
|
|
16
9
|
"distributionconfiguration": {
|
|
17
10
|
"key": "distributionConfiguration",
|
|
18
11
|
"arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:distribution-configuration/${DistributionConfigurationName}",
|
|
@@ -62,10 +55,6 @@
|
|
|
62
55
|
"aws:ResourceTag/${TagKey}"
|
|
63
56
|
]
|
|
64
57
|
},
|
|
65
|
-
"kmskey": {
|
|
66
|
-
"key": "kmsKey",
|
|
67
|
-
"arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}"
|
|
68
|
-
},
|
|
69
58
|
"lifecycleexecution": {
|
|
70
59
|
"key": "lifecycleExecution",
|
|
71
60
|
"arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:lifecycle-execution/${LifecycleExecutionId}"
|
|
@@ -84,13 +73,6 @@
|
|
|
84
73
|
"aws:ResourceTag/${TagKey}"
|
|
85
74
|
]
|
|
86
75
|
},
|
|
87
|
-
"workflowversion": {
|
|
88
|
-
"key": "workflowVersion",
|
|
89
|
-
"arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow/${WorkflowType}/${WorkflowName}/${WorkflowVersion}",
|
|
90
|
-
"conditionKeys": [
|
|
91
|
-
"aws:ResourceTag/${TagKey}"
|
|
92
|
-
]
|
|
93
|
-
},
|
|
94
76
|
"workflowexecution": {
|
|
95
77
|
"key": "workflowExecution",
|
|
96
78
|
"arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow-execution/${WorkflowExecutionId}"
|
|
@@ -98,5 +80,17 @@
|
|
|
98
80
|
"workflowstepexecution": {
|
|
99
81
|
"key": "workflowStepExecution",
|
|
100
82
|
"arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow-step-execution/${WorkflowStepExecutionId}"
|
|
83
|
+
},
|
|
84
|
+
"allcomponentbuildversions": {
|
|
85
|
+
"key": "allComponentBuildVersions",
|
|
86
|
+
"arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:component/${ComponentName}/${ComponentVersion}/*"
|
|
87
|
+
},
|
|
88
|
+
"allimagebuildversions": {
|
|
89
|
+
"key": "allImageBuildVersions",
|
|
90
|
+
"arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:image/${ImageName}/${ImageVersion}/*"
|
|
91
|
+
},
|
|
92
|
+
"allworkflowbuildversions": {
|
|
93
|
+
"key": "allWorkflowBuildVersions",
|
|
94
|
+
"arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow/${WorkflowType}/${WorkflowName}/${WorkflowVersion}/*"
|
|
101
95
|
}
|
|
102
96
|
}
|
|
@@ -61,5 +61,12 @@
|
|
|
61
61
|
"conditionKeys": [
|
|
62
62
|
"aws:ResourceTag/${TagKey}"
|
|
63
63
|
]
|
|
64
|
+
},
|
|
65
|
+
"computation-model": {
|
|
66
|
+
"key": "computation-model",
|
|
67
|
+
"arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}",
|
|
68
|
+
"conditionKeys": [
|
|
69
|
+
"aws:ResourceTag/${TagKey}"
|
|
70
|
+
]
|
|
64
71
|
}
|
|
65
72
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"approval-team": {
|
|
3
3
|
"key": "approval-team",
|
|
4
|
-
"arn": "arn:${Partition}:mpa:${Region}:${Account}:approval-team/${
|
|
4
|
+
"arn": "arn:${Partition}:mpa:${Region}:${Account}:approval-team/${ApprovalTeamId}",
|
|
5
5
|
"conditionKeys": [
|
|
6
6
|
"aws:ResourceTag/${TagKey}"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"identity-source": {
|
|
10
10
|
"key": "identity-source",
|
|
11
|
-
"arn": "arn:${Partition}:mpa:${Region}:${Account}:identity-source/${
|
|
11
|
+
"arn": "arn:${Partition}:mpa:${Region}:${Account}:identity-source/${IdentitySourceId}",
|
|
12
12
|
"conditionKeys": [
|
|
13
13
|
"aws:ResourceTag/${TagKey}"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
16
|
"session": {
|
|
17
17
|
"key": "session",
|
|
18
|
-
"arn": "arn:${Partition}:mpa:${Region}:${Account}:session/${
|
|
18
|
+
"arn": "arn:${Partition}:mpa:${Region}:${Account}:session/${SessionId}",
|
|
19
19
|
"conditionKeys": [
|
|
20
20
|
"aws:ResourceTag/${TagKey}"
|
|
21
21
|
]
|
|
@@ -1 +1,16 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"telemetry-rule": {
|
|
3
|
+
"key": "telemetry-rule",
|
|
4
|
+
"arn": "arn:${Partition}:observabilityadmin:${Region}:${Account}:telemetry-rule:${TelemetryRuleName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"organization-telemetry-rule": {
|
|
10
|
+
"key": "organization-telemetry-rule",
|
|
11
|
+
"arn": "arn:${Partition}:observabilityadmin:${Region}:${Account}:organization-telemetry-rule:${TelemetryRuleName}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -17,11 +17,17 @@
|
|
|
17
17
|
},
|
|
18
18
|
"opportunity": {
|
|
19
19
|
"key": "Opportunity",
|
|
20
|
-
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/opportunity/${Identifier}"
|
|
20
|
+
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/opportunity/${Identifier}",
|
|
21
|
+
"conditionKeys": [
|
|
22
|
+
"aws:ResourceTag/${TagKey}"
|
|
23
|
+
]
|
|
21
24
|
},
|
|
22
25
|
"resource-snapshot-job": {
|
|
23
26
|
"key": "resource-snapshot-job",
|
|
24
|
-
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/resource-snapshot-job/${Identifier}"
|
|
27
|
+
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/resource-snapshot-job/${Identifier}",
|
|
28
|
+
"conditionKeys": [
|
|
29
|
+
"aws:ResourceTag/${TagKey}"
|
|
30
|
+
]
|
|
25
31
|
},
|
|
26
32
|
"resourcesnapshot": {
|
|
27
33
|
"key": "ResourceSnapshot",
|
|
@@ -48,10 +48,6 @@
|
|
|
48
48
|
"aws:ResourceTag/${TagKey}"
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
|
-
"user-license": {
|
|
52
|
-
"key": "user-license",
|
|
53
|
-
"arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/user-license/${UserLicenseId}"
|
|
54
|
-
},
|
|
55
51
|
"subscription": {
|
|
56
52
|
"key": "subscription",
|
|
57
53
|
"arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/subscription/${SubscriptionId}"
|
|
@@ -1,7 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"accesspoint": {
|
|
3
3
|
"key": "accesspoint",
|
|
4
|
-
"arn": "arn:${Partition}:s3:${Region}:${Account}:accesspoint/${AccessPointName}"
|
|
4
|
+
"arn": "arn:${Partition}:s3:${Region}:${Account}:accesspoint/${AccessPointName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}",
|
|
7
|
+
"s3:AccessPointNetworkOrigin",
|
|
8
|
+
"s3:AccessPointTag/${TagKey}",
|
|
9
|
+
"s3:DataAccessPointAccount",
|
|
10
|
+
"s3:DataAccessPointArn"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"accesspointobject": {
|
|
14
|
+
"key": "accesspointobject",
|
|
15
|
+
"arn": "arn:${Partition}:s3:${Region}:${Account}:accesspoint/${AccessPointName}/object/${ObjectName}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}",
|
|
18
|
+
"s3:AccessPointNetworkOrigin",
|
|
19
|
+
"s3:AccessPointTag/${TagKey}",
|
|
20
|
+
"s3:DataAccessPointAccount",
|
|
21
|
+
"s3:DataAccessPointArn"
|
|
22
|
+
]
|
|
5
23
|
},
|
|
6
24
|
"bucket": {
|
|
7
25
|
"key": "bucket",
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
},
|
|
10
10
|
"accesspoint": {
|
|
11
11
|
"key": "accesspoint",
|
|
12
|
-
"arn": "arn:${Partition}:s3express:${Region}:${Account}:accesspoint/${AccessPointName}"
|
|
12
|
+
"arn": "arn:${Partition}:s3express:${Region}:${Account}:accesspoint/${AccessPointName}",
|
|
13
|
+
"conditionKeys": [
|
|
14
|
+
"aws:ResourceTag/${TagKey}",
|
|
15
|
+
"s3express:AccessPointTag/${TagKey}"
|
|
16
|
+
]
|
|
13
17
|
}
|
|
14
18
|
}
|
|
@@ -23,11 +23,17 @@
|
|
|
23
23
|
},
|
|
24
24
|
"aggregatorv2": {
|
|
25
25
|
"key": "aggregatorv2",
|
|
26
|
-
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:aggregatorv2/${AggregatorV2Id}"
|
|
26
|
+
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:aggregatorv2/${AggregatorV2Id}",
|
|
27
|
+
"conditionKeys": [
|
|
28
|
+
"aws:ResourceTag/${TagKey}"
|
|
29
|
+
]
|
|
27
30
|
},
|
|
28
31
|
"automation-rule": {
|
|
29
32
|
"key": "automation-rule",
|
|
30
|
-
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:automation-rule/${AutomationRuleId}"
|
|
33
|
+
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:automation-rule/${AutomationRuleId}",
|
|
34
|
+
"conditionKeys": [
|
|
35
|
+
"aws:ResourceTag/${TagKey}"
|
|
36
|
+
]
|
|
31
37
|
},
|
|
32
38
|
"automation-rulev2": {
|
|
33
39
|
"key": "automation-rulev2",
|
|
@@ -38,7 +44,10 @@
|
|
|
38
44
|
},
|
|
39
45
|
"configuration-policy": {
|
|
40
46
|
"key": "configuration-policy",
|
|
41
|
-
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:configuration-policy/${ConfigurationPolicyId}"
|
|
47
|
+
"arn": "arn:${Partition}:securityhub:${Region}:${Account}:configuration-policy/${ConfigurationPolicyId}",
|
|
48
|
+
"conditionKeys": [
|
|
49
|
+
"aws:ResourceTag/${TagKey}"
|
|
50
|
+
]
|
|
42
51
|
},
|
|
43
52
|
"connectorv2": {
|
|
44
53
|
"key": "connectorv2",
|
|
@@ -92,6 +92,10 @@
|
|
|
92
92
|
"aws:ResourceTag/${TagKey}"
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
|
+
"reputation-policy": {
|
|
96
|
+
"key": "reputation-policy",
|
|
97
|
+
"arn": "arn:${Partition}:ses:${Region}:aws:reputation-policy/${ReputationPolicyName}"
|
|
98
|
+
},
|
|
95
99
|
"contact-list": {
|
|
96
100
|
"key": "contact-list",
|
|
97
101
|
"arn": "arn:${Partition}:ses:${Region}:${Account}:contact-list/${ContactListName}",
|
|
@@ -110,5 +114,12 @@
|
|
|
110
114
|
"multi-region-endpoint": {
|
|
111
115
|
"key": "multi-region-endpoint",
|
|
112
116
|
"arn": "arn:${Partition}:ses:${Region}:${Account}:multi-region-endpoint/${EndpointName}"
|
|
117
|
+
},
|
|
118
|
+
"tenant": {
|
|
119
|
+
"key": "tenant",
|
|
120
|
+
"arn": "arn:${Partition}:ses:${Region}:${Account}:tenant/${TenantName}/${TenantId}",
|
|
121
|
+
"conditionKeys": [
|
|
122
|
+
"aws:ResourceTag/${TagKey}"
|
|
123
|
+
]
|
|
113
124
|
}
|
|
114
125
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -61,5 +61,12 @@
|
|
|
61
61
|
"conditionKeys": [
|
|
62
62
|
"aws:ResourceTag/${TagKey}"
|
|
63
63
|
]
|
|
64
|
+
},
|
|
65
|
+
"sessionlogger": {
|
|
66
|
+
"key": "sessionLogger",
|
|
67
|
+
"arn": "arn:${Partition}:workspaces-web:${Region}:${Account}:sessionLogger/${SessionLoggerId}",
|
|
68
|
+
"conditionKeys": [
|
|
69
|
+
"aws:ResourceTag/${TagKey}"
|
|
70
|
+
]
|
|
64
71
|
}
|
|
65
72
|
}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
+
"certificateid": {
|
|
3
|
+
"key": "certificateid",
|
|
4
|
+
"arn": "arn:${Partition}:workspaces:${Region}:${Account}:workspacecertificate/${CertificateId}"
|
|
5
|
+
},
|
|
2
6
|
"directoryid": {
|
|
3
7
|
"key": "directoryid",
|
|
4
8
|
"arn": "arn:${Partition}:workspaces:${Region}:${Account}:directory/${DirectoryId}",
|
iamdata/data/serviceNames.json
CHANGED
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"appsync": "AWS AppSync",
|
|
31
31
|
"apptest": "AWS Mainframe Modernization Application Testing",
|
|
32
32
|
"aps": "Amazon Managed Service for Prometheus",
|
|
33
|
+
"arc-region-switch": "Amazon ARC Region switch",
|
|
33
34
|
"arc-zonal-shift": "Amazon Application Recovery Controller - Zonal Shift",
|
|
34
35
|
"arsenal": "Application Discovery Arsenal",
|
|
35
36
|
"artifact": "AWS Artifact",
|
|
@@ -47,8 +48,10 @@
|
|
|
47
48
|
"backup-search": "AWS Backup Search",
|
|
48
49
|
"backup-storage": "AWS Backup storage",
|
|
49
50
|
"batch": "AWS Batch",
|
|
51
|
+
"bcm-dashboards": "AWS Billing and Cost Management Dashboards",
|
|
50
52
|
"bcm-data-exports": "AWS Billing And Cost Management Data Exports",
|
|
51
53
|
"bcm-pricing-calculator": "AWS Billing And Cost Management Pricing Calculator",
|
|
54
|
+
"bcm-recommended-actions": "AWS Billing And Cost Management Recommended Actions",
|
|
52
55
|
"bedrock": "Amazon Bedrock",
|
|
53
56
|
"bedrock-agentcore": "Amazon Bedrock Agentcore",
|
|
54
57
|
"billing": "AWS Billing",
|
|
@@ -402,6 +405,7 @@
|
|
|
402
405
|
"trustedadvisor": "AWS Trusted Advisor",
|
|
403
406
|
"ts": "AWS Diagnostic tools",
|
|
404
407
|
"user-subscriptions": "AWS User Subscriptions",
|
|
408
|
+
"uxc": "AWS Service for managing AWS Management Console user experience capabilities.",
|
|
405
409
|
"vendor-insights": "AWS Marketplace Vendor Insights",
|
|
406
410
|
"verified-access": "AWS Verified Access",
|
|
407
411
|
"verifiedpermissions": "Amazon Verified Permissions",
|
iamdata/data/services.json
CHANGED
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"appsync",
|
|
31
31
|
"apptest",
|
|
32
32
|
"aps",
|
|
33
|
+
"arc-region-switch",
|
|
33
34
|
"arc-zonal-shift",
|
|
34
35
|
"arsenal",
|
|
35
36
|
"artifact",
|
|
@@ -47,8 +48,10 @@
|
|
|
47
48
|
"backup-search",
|
|
48
49
|
"backup-storage",
|
|
49
50
|
"batch",
|
|
51
|
+
"bcm-dashboards",
|
|
50
52
|
"bcm-data-exports",
|
|
51
53
|
"bcm-pricing-calculator",
|
|
54
|
+
"bcm-recommended-actions",
|
|
52
55
|
"bedrock",
|
|
53
56
|
"bedrock-agentcore",
|
|
54
57
|
"billing",
|
|
@@ -402,6 +405,7 @@
|
|
|
402
405
|
"trustedadvisor",
|
|
403
406
|
"ts",
|
|
404
407
|
"user-subscriptions",
|
|
408
|
+
"uxc",
|
|
405
409
|
"vendor-insights",
|
|
406
410
|
"verified-access",
|
|
407
411
|
"verifiedpermissions",
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"catalog": [
|
|
3
|
+
"aws-marketplace"
|
|
4
|
+
],
|
|
5
|
+
"accounts.google.com": [
|
|
6
|
+
"sts"
|
|
7
|
+
],
|
|
8
|
+
"cognito-identity.amazonaws.com": [
|
|
9
|
+
"sts"
|
|
10
|
+
],
|
|
11
|
+
"graph.facebook.com": [
|
|
12
|
+
"sts"
|
|
13
|
+
],
|
|
14
|
+
"saml": [
|
|
15
|
+
"sts"
|
|
16
|
+
],
|
|
17
|
+
"www.amazon.com": [
|
|
18
|
+
"sts"
|
|
19
|
+
]
|
|
20
|
+
}
|