aws-sdk-securityhub 1.47.0 → 1.48.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/lib/aws-sdk-securityhub/client.rb +294 -42
- data/lib/aws-sdk-securityhub/client_api.rb +135 -3
- data/lib/aws-sdk-securityhub/types.rb +1765 -308
- metadata +2 -2
@@ -143,6 +143,22 @@ module Aws::SecurityHub
|
|
143
143
|
AwsEcsClusterDefaultCapacityProviderStrategyDetails = Shapes::StructureShape.new(name: 'AwsEcsClusterDefaultCapacityProviderStrategyDetails')
|
144
144
|
AwsEcsClusterDefaultCapacityProviderStrategyList = Shapes::ListShape.new(name: 'AwsEcsClusterDefaultCapacityProviderStrategyList')
|
145
145
|
AwsEcsClusterDetails = Shapes::StructureShape.new(name: 'AwsEcsClusterDetails')
|
146
|
+
AwsEcsServiceCapacityProviderStrategyDetails = Shapes::StructureShape.new(name: 'AwsEcsServiceCapacityProviderStrategyDetails')
|
147
|
+
AwsEcsServiceCapacityProviderStrategyList = Shapes::ListShape.new(name: 'AwsEcsServiceCapacityProviderStrategyList')
|
148
|
+
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails = Shapes::StructureShape.new(name: 'AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails')
|
149
|
+
AwsEcsServiceDeploymentConfigurationDetails = Shapes::StructureShape.new(name: 'AwsEcsServiceDeploymentConfigurationDetails')
|
150
|
+
AwsEcsServiceDeploymentControllerDetails = Shapes::StructureShape.new(name: 'AwsEcsServiceDeploymentControllerDetails')
|
151
|
+
AwsEcsServiceDetails = Shapes::StructureShape.new(name: 'AwsEcsServiceDetails')
|
152
|
+
AwsEcsServiceLoadBalancersDetails = Shapes::StructureShape.new(name: 'AwsEcsServiceLoadBalancersDetails')
|
153
|
+
AwsEcsServiceLoadBalancersList = Shapes::ListShape.new(name: 'AwsEcsServiceLoadBalancersList')
|
154
|
+
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails = Shapes::StructureShape.new(name: 'AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails')
|
155
|
+
AwsEcsServiceNetworkConfigurationDetails = Shapes::StructureShape.new(name: 'AwsEcsServiceNetworkConfigurationDetails')
|
156
|
+
AwsEcsServicePlacementConstraintsDetails = Shapes::StructureShape.new(name: 'AwsEcsServicePlacementConstraintsDetails')
|
157
|
+
AwsEcsServicePlacementConstraintsList = Shapes::ListShape.new(name: 'AwsEcsServicePlacementConstraintsList')
|
158
|
+
AwsEcsServicePlacementStrategiesDetails = Shapes::StructureShape.new(name: 'AwsEcsServicePlacementStrategiesDetails')
|
159
|
+
AwsEcsServicePlacementStrategiesList = Shapes::ListShape.new(name: 'AwsEcsServicePlacementStrategiesList')
|
160
|
+
AwsEcsServiceServiceRegistriesDetails = Shapes::StructureShape.new(name: 'AwsEcsServiceServiceRegistriesDetails')
|
161
|
+
AwsEcsServiceServiceRegistriesList = Shapes::ListShape.new(name: 'AwsEcsServiceServiceRegistriesList')
|
146
162
|
AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails = Shapes::StructureShape.new(name: 'AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails')
|
147
163
|
AwsEcsTaskDefinitionContainerDefinitionsDependsOnList = Shapes::ListShape.new(name: 'AwsEcsTaskDefinitionContainerDefinitionsDependsOnList')
|
148
164
|
AwsEcsTaskDefinitionContainerDefinitionsDetails = Shapes::StructureShape.new(name: 'AwsEcsTaskDefinitionContainerDefinitionsDetails')
|
@@ -201,6 +217,8 @@ module Aws::SecurityHub
|
|
201
217
|
AwsElasticBeanstalkEnvironmentTier = Shapes::StructureShape.new(name: 'AwsElasticBeanstalkEnvironmentTier')
|
202
218
|
AwsElasticsearchDomainDetails = Shapes::StructureShape.new(name: 'AwsElasticsearchDomainDetails')
|
203
219
|
AwsElasticsearchDomainDomainEndpointOptions = Shapes::StructureShape.new(name: 'AwsElasticsearchDomainDomainEndpointOptions')
|
220
|
+
AwsElasticsearchDomainElasticsearchClusterConfigDetails = Shapes::StructureShape.new(name: 'AwsElasticsearchDomainElasticsearchClusterConfigDetails')
|
221
|
+
AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails = Shapes::StructureShape.new(name: 'AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails')
|
204
222
|
AwsElasticsearchDomainEncryptionAtRestOptions = Shapes::StructureShape.new(name: 'AwsElasticsearchDomainEncryptionAtRestOptions')
|
205
223
|
AwsElasticsearchDomainLogPublishingOptions = Shapes::StructureShape.new(name: 'AwsElasticsearchDomainLogPublishingOptions')
|
206
224
|
AwsElasticsearchDomainLogPublishingOptionsLogConfig = Shapes::StructureShape.new(name: 'AwsElasticsearchDomainLogPublishingOptionsLogConfig')
|
@@ -295,6 +313,7 @@ module Aws::SecurityHub
|
|
295
313
|
AwsRdsDbSubnetGroupSubnet = Shapes::StructureShape.new(name: 'AwsRdsDbSubnetGroupSubnet')
|
296
314
|
AwsRdsDbSubnetGroupSubnetAvailabilityZone = Shapes::StructureShape.new(name: 'AwsRdsDbSubnetGroupSubnetAvailabilityZone')
|
297
315
|
AwsRdsDbSubnetGroupSubnets = Shapes::ListShape.new(name: 'AwsRdsDbSubnetGroupSubnets')
|
316
|
+
AwsRdsEventSubscriptionDetails = Shapes::StructureShape.new(name: 'AwsRdsEventSubscriptionDetails')
|
298
317
|
AwsRdsPendingCloudWatchLogsExports = Shapes::StructureShape.new(name: 'AwsRdsPendingCloudWatchLogsExports')
|
299
318
|
AwsRedshiftClusterClusterNode = Shapes::StructureShape.new(name: 'AwsRedshiftClusterClusterNode')
|
300
319
|
AwsRedshiftClusterClusterNodes = Shapes::ListShape.new(name: 'AwsRedshiftClusterClusterNodes')
|
@@ -1296,6 +1315,85 @@ module Aws::SecurityHub
|
|
1296
1315
|
AwsEcsClusterDetails.add_member(:default_capacity_provider_strategy, Shapes::ShapeRef.new(shape: AwsEcsClusterDefaultCapacityProviderStrategyList, location_name: "DefaultCapacityProviderStrategy"))
|
1297
1316
|
AwsEcsClusterDetails.struct_class = Types::AwsEcsClusterDetails
|
1298
1317
|
|
1318
|
+
AwsEcsServiceCapacityProviderStrategyDetails.add_member(:base, Shapes::ShapeRef.new(shape: Integer, location_name: "Base"))
|
1319
|
+
AwsEcsServiceCapacityProviderStrategyDetails.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CapacityProvider"))
|
1320
|
+
AwsEcsServiceCapacityProviderStrategyDetails.add_member(:weight, Shapes::ShapeRef.new(shape: Integer, location_name: "Weight"))
|
1321
|
+
AwsEcsServiceCapacityProviderStrategyDetails.struct_class = Types::AwsEcsServiceCapacityProviderStrategyDetails
|
1322
|
+
|
1323
|
+
AwsEcsServiceCapacityProviderStrategyList.member = Shapes::ShapeRef.new(shape: AwsEcsServiceCapacityProviderStrategyDetails)
|
1324
|
+
|
1325
|
+
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.add_member(:enable, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enable"))
|
1326
|
+
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.add_member(:rollback, Shapes::ShapeRef.new(shape: Boolean, location_name: "Rollback"))
|
1327
|
+
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.struct_class = Types::AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
|
1328
|
+
|
1329
|
+
AwsEcsServiceDeploymentConfigurationDetails.add_member(:deployment_circuit_breaker, Shapes::ShapeRef.new(shape: AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails, location_name: "DeploymentCircuitBreaker"))
|
1330
|
+
AwsEcsServiceDeploymentConfigurationDetails.add_member(:maximum_percent, Shapes::ShapeRef.new(shape: Integer, location_name: "MaximumPercent"))
|
1331
|
+
AwsEcsServiceDeploymentConfigurationDetails.add_member(:minimum_healthy_percent, Shapes::ShapeRef.new(shape: Integer, location_name: "MinimumHealthyPercent"))
|
1332
|
+
AwsEcsServiceDeploymentConfigurationDetails.struct_class = Types::AwsEcsServiceDeploymentConfigurationDetails
|
1333
|
+
|
1334
|
+
AwsEcsServiceDeploymentControllerDetails.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
|
1335
|
+
AwsEcsServiceDeploymentControllerDetails.struct_class = Types::AwsEcsServiceDeploymentControllerDetails
|
1336
|
+
|
1337
|
+
AwsEcsServiceDetails.add_member(:capacity_provider_strategy, Shapes::ShapeRef.new(shape: AwsEcsServiceCapacityProviderStrategyList, location_name: "CapacityProviderStrategy"))
|
1338
|
+
AwsEcsServiceDetails.add_member(:cluster, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Cluster"))
|
1339
|
+
AwsEcsServiceDetails.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: AwsEcsServiceDeploymentConfigurationDetails, location_name: "DeploymentConfiguration"))
|
1340
|
+
AwsEcsServiceDetails.add_member(:deployment_controller, Shapes::ShapeRef.new(shape: AwsEcsServiceDeploymentControllerDetails, location_name: "DeploymentController"))
|
1341
|
+
AwsEcsServiceDetails.add_member(:desired_count, Shapes::ShapeRef.new(shape: Integer, location_name: "DesiredCount"))
|
1342
|
+
AwsEcsServiceDetails.add_member(:enable_ecs_managed_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableEcsManagedTags"))
|
1343
|
+
AwsEcsServiceDetails.add_member(:enable_execute_command, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableExecuteCommand"))
|
1344
|
+
AwsEcsServiceDetails.add_member(:health_check_grace_period_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "HealthCheckGracePeriodSeconds"))
|
1345
|
+
AwsEcsServiceDetails.add_member(:launch_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LaunchType"))
|
1346
|
+
AwsEcsServiceDetails.add_member(:load_balancers, Shapes::ShapeRef.new(shape: AwsEcsServiceLoadBalancersList, location_name: "LoadBalancers"))
|
1347
|
+
AwsEcsServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
1348
|
+
AwsEcsServiceDetails.add_member(:network_configuration, Shapes::ShapeRef.new(shape: AwsEcsServiceNetworkConfigurationDetails, location_name: "NetworkConfiguration"))
|
1349
|
+
AwsEcsServiceDetails.add_member(:placement_constraints, Shapes::ShapeRef.new(shape: AwsEcsServicePlacementConstraintsList, location_name: "PlacementConstraints"))
|
1350
|
+
AwsEcsServiceDetails.add_member(:placement_strategies, Shapes::ShapeRef.new(shape: AwsEcsServicePlacementStrategiesList, location_name: "PlacementStrategies"))
|
1351
|
+
AwsEcsServiceDetails.add_member(:platform_version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PlatformVersion"))
|
1352
|
+
AwsEcsServiceDetails.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PropagateTags"))
|
1353
|
+
AwsEcsServiceDetails.add_member(:role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Role"))
|
1354
|
+
AwsEcsServiceDetails.add_member(:scheduling_strategy, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SchedulingStrategy"))
|
1355
|
+
AwsEcsServiceDetails.add_member(:service_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ServiceArn"))
|
1356
|
+
AwsEcsServiceDetails.add_member(:service_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ServiceName"))
|
1357
|
+
AwsEcsServiceDetails.add_member(:service_registries, Shapes::ShapeRef.new(shape: AwsEcsServiceServiceRegistriesList, location_name: "ServiceRegistries"))
|
1358
|
+
AwsEcsServiceDetails.add_member(:task_definition, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "TaskDefinition"))
|
1359
|
+
AwsEcsServiceDetails.struct_class = Types::AwsEcsServiceDetails
|
1360
|
+
|
1361
|
+
AwsEcsServiceLoadBalancersDetails.add_member(:container_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ContainerName"))
|
1362
|
+
AwsEcsServiceLoadBalancersDetails.add_member(:container_port, Shapes::ShapeRef.new(shape: Integer, location_name: "ContainerPort"))
|
1363
|
+
AwsEcsServiceLoadBalancersDetails.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LoadBalancerName"))
|
1364
|
+
AwsEcsServiceLoadBalancersDetails.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "TargetGroupArn"))
|
1365
|
+
AwsEcsServiceLoadBalancersDetails.struct_class = Types::AwsEcsServiceLoadBalancersDetails
|
1366
|
+
|
1367
|
+
AwsEcsServiceLoadBalancersList.member = Shapes::ShapeRef.new(shape: AwsEcsServiceLoadBalancersDetails)
|
1368
|
+
|
1369
|
+
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AssignPublicIp"))
|
1370
|
+
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.add_member(:security_groups, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "SecurityGroups"))
|
1371
|
+
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.add_member(:subnets, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "Subnets"))
|
1372
|
+
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.struct_class = Types::AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails
|
1373
|
+
|
1374
|
+
AwsEcsServiceNetworkConfigurationDetails.add_member(:aws_vpc_configuration, Shapes::ShapeRef.new(shape: AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails, location_name: "AwsVpcConfiguration"))
|
1375
|
+
AwsEcsServiceNetworkConfigurationDetails.struct_class = Types::AwsEcsServiceNetworkConfigurationDetails
|
1376
|
+
|
1377
|
+
AwsEcsServicePlacementConstraintsDetails.add_member(:expression, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Expression"))
|
1378
|
+
AwsEcsServicePlacementConstraintsDetails.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
|
1379
|
+
AwsEcsServicePlacementConstraintsDetails.struct_class = Types::AwsEcsServicePlacementConstraintsDetails
|
1380
|
+
|
1381
|
+
AwsEcsServicePlacementConstraintsList.member = Shapes::ShapeRef.new(shape: AwsEcsServicePlacementConstraintsDetails)
|
1382
|
+
|
1383
|
+
AwsEcsServicePlacementStrategiesDetails.add_member(:field, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Field"))
|
1384
|
+
AwsEcsServicePlacementStrategiesDetails.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
|
1385
|
+
AwsEcsServicePlacementStrategiesDetails.struct_class = Types::AwsEcsServicePlacementStrategiesDetails
|
1386
|
+
|
1387
|
+
AwsEcsServicePlacementStrategiesList.member = Shapes::ShapeRef.new(shape: AwsEcsServicePlacementStrategiesDetails)
|
1388
|
+
|
1389
|
+
AwsEcsServiceServiceRegistriesDetails.add_member(:container_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ContainerName"))
|
1390
|
+
AwsEcsServiceServiceRegistriesDetails.add_member(:container_port, Shapes::ShapeRef.new(shape: Integer, location_name: "ContainerPort"))
|
1391
|
+
AwsEcsServiceServiceRegistriesDetails.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
1392
|
+
AwsEcsServiceServiceRegistriesDetails.add_member(:registry_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RegistryArn"))
|
1393
|
+
AwsEcsServiceServiceRegistriesDetails.struct_class = Types::AwsEcsServiceServiceRegistriesDetails
|
1394
|
+
|
1395
|
+
AwsEcsServiceServiceRegistriesList.member = Shapes::ShapeRef.new(shape: AwsEcsServiceServiceRegistriesDetails)
|
1396
|
+
|
1299
1397
|
AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.add_member(:condition, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Condition"))
|
1300
1398
|
AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.add_member(:container_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ContainerName"))
|
1301
1399
|
AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.struct_class = Types::AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails
|
@@ -1572,6 +1670,7 @@ module Aws::SecurityHub
|
|
1572
1670
|
AwsElasticsearchDomainDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Endpoint"))
|
1573
1671
|
AwsElasticsearchDomainDetails.add_member(:endpoints, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Endpoints"))
|
1574
1672
|
AwsElasticsearchDomainDetails.add_member(:elasticsearch_version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ElasticsearchVersion"))
|
1673
|
+
AwsElasticsearchDomainDetails.add_member(:elasticsearch_cluster_config, Shapes::ShapeRef.new(shape: AwsElasticsearchDomainElasticsearchClusterConfigDetails, location_name: "ElasticsearchClusterConfig"))
|
1575
1674
|
AwsElasticsearchDomainDetails.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: AwsElasticsearchDomainEncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
|
1576
1675
|
AwsElasticsearchDomainDetails.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: AwsElasticsearchDomainLogPublishingOptions, location_name: "LogPublishingOptions"))
|
1577
1676
|
AwsElasticsearchDomainDetails.add_member(:node_to_node_encryption_options, Shapes::ShapeRef.new(shape: AwsElasticsearchDomainNodeToNodeEncryptionOptions, location_name: "NodeToNodeEncryptionOptions"))
|
@@ -1583,12 +1682,25 @@ module Aws::SecurityHub
|
|
1583
1682
|
AwsElasticsearchDomainDomainEndpointOptions.add_member(:tls_security_policy, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "TLSSecurityPolicy"))
|
1584
1683
|
AwsElasticsearchDomainDomainEndpointOptions.struct_class = Types::AwsElasticsearchDomainDomainEndpointOptions
|
1585
1684
|
|
1685
|
+
AwsElasticsearchDomainElasticsearchClusterConfigDetails.add_member(:dedicated_master_count, Shapes::ShapeRef.new(shape: Integer, location_name: "DedicatedMasterCount"))
|
1686
|
+
AwsElasticsearchDomainElasticsearchClusterConfigDetails.add_member(:dedicated_master_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedMasterEnabled"))
|
1687
|
+
AwsElasticsearchDomainElasticsearchClusterConfigDetails.add_member(:dedicated_master_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DedicatedMasterType"))
|
1688
|
+
AwsElasticsearchDomainElasticsearchClusterConfigDetails.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "InstanceCount"))
|
1689
|
+
AwsElasticsearchDomainElasticsearchClusterConfigDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "InstanceType"))
|
1690
|
+
AwsElasticsearchDomainElasticsearchClusterConfigDetails.add_member(:zone_awareness_config, Shapes::ShapeRef.new(shape: AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails, location_name: "ZoneAwarenessConfig"))
|
1691
|
+
AwsElasticsearchDomainElasticsearchClusterConfigDetails.add_member(:zone_awareness_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ZoneAwarenessEnabled"))
|
1692
|
+
AwsElasticsearchDomainElasticsearchClusterConfigDetails.struct_class = Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails
|
1693
|
+
|
1694
|
+
AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.add_member(:availability_zone_count, Shapes::ShapeRef.new(shape: Integer, location_name: "AvailabilityZoneCount"))
|
1695
|
+
AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.struct_class = Types::AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
|
1696
|
+
|
1586
1697
|
AwsElasticsearchDomainEncryptionAtRestOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
1587
1698
|
AwsElasticsearchDomainEncryptionAtRestOptions.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "KmsKeyId"))
|
1588
1699
|
AwsElasticsearchDomainEncryptionAtRestOptions.struct_class = Types::AwsElasticsearchDomainEncryptionAtRestOptions
|
1589
1700
|
|
1590
1701
|
AwsElasticsearchDomainLogPublishingOptions.add_member(:index_slow_logs, Shapes::ShapeRef.new(shape: AwsElasticsearchDomainLogPublishingOptionsLogConfig, location_name: "IndexSlowLogs"))
|
1591
1702
|
AwsElasticsearchDomainLogPublishingOptions.add_member(:search_slow_logs, Shapes::ShapeRef.new(shape: AwsElasticsearchDomainLogPublishingOptionsLogConfig, location_name: "SearchSlowLogs"))
|
1703
|
+
AwsElasticsearchDomainLogPublishingOptions.add_member(:audit_logs, Shapes::ShapeRef.new(shape: AwsElasticsearchDomainLogPublishingOptionsLogConfig, location_name: "AuditLogs"))
|
1592
1704
|
AwsElasticsearchDomainLogPublishingOptions.struct_class = Types::AwsElasticsearchDomainLogPublishingOptions
|
1593
1705
|
|
1594
1706
|
AwsElasticsearchDomainLogPublishingOptionsLogConfig.add_member(:cloud_watch_logs_log_group_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CloudWatchLogsLogGroupArn"))
|
@@ -2158,6 +2270,18 @@ module Aws::SecurityHub
|
|
2158
2270
|
|
2159
2271
|
AwsRdsDbSubnetGroupSubnets.member = Shapes::ShapeRef.new(shape: AwsRdsDbSubnetGroupSubnet)
|
2160
2272
|
|
2273
|
+
AwsRdsEventSubscriptionDetails.add_member(:cust_subscription_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CustSubscriptionId"))
|
2274
|
+
AwsRdsEventSubscriptionDetails.add_member(:customer_aws_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CustomerAwsId"))
|
2275
|
+
AwsRdsEventSubscriptionDetails.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
2276
|
+
AwsRdsEventSubscriptionDetails.add_member(:event_categories_list, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "EventCategoriesList"))
|
2277
|
+
AwsRdsEventSubscriptionDetails.add_member(:event_subscription_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "EventSubscriptionArn"))
|
2278
|
+
AwsRdsEventSubscriptionDetails.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SnsTopicArn"))
|
2279
|
+
AwsRdsEventSubscriptionDetails.add_member(:source_ids_list, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "SourceIdsList"))
|
2280
|
+
AwsRdsEventSubscriptionDetails.add_member(:source_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SourceType"))
|
2281
|
+
AwsRdsEventSubscriptionDetails.add_member(:status, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Status"))
|
2282
|
+
AwsRdsEventSubscriptionDetails.add_member(:subscription_creation_time, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SubscriptionCreationTime"))
|
2283
|
+
AwsRdsEventSubscriptionDetails.struct_class = Types::AwsRdsEventSubscriptionDetails
|
2284
|
+
|
2161
2285
|
AwsRdsPendingCloudWatchLogsExports.add_member(:log_types_to_enable, Shapes::ShapeRef.new(shape: StringList, location_name: "LogTypesToEnable"))
|
2162
2286
|
AwsRdsPendingCloudWatchLogsExports.add_member(:log_types_to_disable, Shapes::ShapeRef.new(shape: StringList, location_name: "LogTypesToDisable"))
|
2163
2287
|
AwsRdsPendingCloudWatchLogsExports.struct_class = Types::AwsRdsPendingCloudWatchLogsExports
|
@@ -2405,6 +2529,9 @@ module Aws::SecurityHub
|
|
2405
2529
|
AwsSecurityFinding.add_member(:schema_version, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "SchemaVersion"))
|
2406
2530
|
AwsSecurityFinding.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Id"))
|
2407
2531
|
AwsSecurityFinding.add_member(:product_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ProductArn"))
|
2532
|
+
AwsSecurityFinding.add_member(:product_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ProductName"))
|
2533
|
+
AwsSecurityFinding.add_member(:company_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CompanyName"))
|
2534
|
+
AwsSecurityFinding.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Region"))
|
2408
2535
|
AwsSecurityFinding.add_member(:generator_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "GeneratorId"))
|
2409
2536
|
AwsSecurityFinding.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "AwsAccountId"))
|
2410
2537
|
AwsSecurityFinding.add_member(:types, Shapes::ShapeRef.new(shape: TypeList, location_name: "Types"))
|
@@ -2444,13 +2571,14 @@ module Aws::SecurityHub
|
|
2444
2571
|
AwsSecurityFindingFilters.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "AwsAccountId"))
|
2445
2572
|
AwsSecurityFindingFilters.add_member(:id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "Id"))
|
2446
2573
|
AwsSecurityFindingFilters.add_member(:generator_id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "GeneratorId"))
|
2574
|
+
AwsSecurityFindingFilters.add_member(:region, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "Region"))
|
2447
2575
|
AwsSecurityFindingFilters.add_member(:type, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "Type"))
|
2448
2576
|
AwsSecurityFindingFilters.add_member(:first_observed_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "FirstObservedAt"))
|
2449
2577
|
AwsSecurityFindingFilters.add_member(:last_observed_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "LastObservedAt"))
|
2450
2578
|
AwsSecurityFindingFilters.add_member(:created_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "CreatedAt"))
|
2451
2579
|
AwsSecurityFindingFilters.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "UpdatedAt"))
|
2452
|
-
AwsSecurityFindingFilters.add_member(:severity_product, Shapes::ShapeRef.new(shape: NumberFilterList, deprecated: true, location_name: "SeverityProduct", metadata: {"deprecatedMessage"=>"This filter is deprecated, use
|
2453
|
-
AwsSecurityFindingFilters.add_member(:severity_normalized, Shapes::ShapeRef.new(shape: NumberFilterList, deprecated: true, location_name: "SeverityNormalized", metadata: {"deprecatedMessage"=>"This filter is deprecated, use SeverityLabel or FindingProviderFieldsSeverityLabel
|
2580
|
+
AwsSecurityFindingFilters.add_member(:severity_product, Shapes::ShapeRef.new(shape: NumberFilterList, deprecated: true, location_name: "SeverityProduct", metadata: {"deprecatedMessage"=>"This filter is deprecated. Instead, use FindingProviderSeverityOriginal."}))
|
2581
|
+
AwsSecurityFindingFilters.add_member(:severity_normalized, Shapes::ShapeRef.new(shape: NumberFilterList, deprecated: true, location_name: "SeverityNormalized", metadata: {"deprecatedMessage"=>"This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel."}))
|
2454
2582
|
AwsSecurityFindingFilters.add_member(:severity_label, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "SeverityLabel"))
|
2455
2583
|
AwsSecurityFindingFilters.add_member(:confidence, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "Confidence"))
|
2456
2584
|
AwsSecurityFindingFilters.add_member(:criticality, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "Criticality"))
|
@@ -2505,9 +2633,11 @@ module Aws::SecurityHub
|
|
2505
2633
|
AwsSecurityFindingFilters.add_member(:resource_aws_ec2_instance_launched_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "ResourceAwsEc2InstanceLaunchedAt"))
|
2506
2634
|
AwsSecurityFindingFilters.add_member(:resource_aws_s3_bucket_owner_id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ResourceAwsS3BucketOwnerId"))
|
2507
2635
|
AwsSecurityFindingFilters.add_member(:resource_aws_s3_bucket_owner_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ResourceAwsS3BucketOwnerName"))
|
2508
|
-
AwsSecurityFindingFilters.add_member(:resource_aws_iam_access_key_user_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ResourceAwsIamAccessKeyUserName"))
|
2636
|
+
AwsSecurityFindingFilters.add_member(:resource_aws_iam_access_key_user_name, Shapes::ShapeRef.new(shape: StringFilterList, deprecated: true, location_name: "ResourceAwsIamAccessKeyUserName", metadata: {"deprecatedMessage"=>"This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName."}))
|
2637
|
+
AwsSecurityFindingFilters.add_member(:resource_aws_iam_access_key_principal_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ResourceAwsIamAccessKeyPrincipalName"))
|
2509
2638
|
AwsSecurityFindingFilters.add_member(:resource_aws_iam_access_key_status, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ResourceAwsIamAccessKeyStatus"))
|
2510
2639
|
AwsSecurityFindingFilters.add_member(:resource_aws_iam_access_key_created_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "ResourceAwsIamAccessKeyCreatedAt"))
|
2640
|
+
AwsSecurityFindingFilters.add_member(:resource_aws_iam_user_user_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ResourceAwsIamUserUserName"))
|
2511
2641
|
AwsSecurityFindingFilters.add_member(:resource_container_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ResourceContainerName"))
|
2512
2642
|
AwsSecurityFindingFilters.add_member(:resource_container_image_id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ResourceContainerImageId"))
|
2513
2643
|
AwsSecurityFindingFilters.add_member(:resource_container_image_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ResourceContainerImageName"))
|
@@ -3322,6 +3452,8 @@ module Aws::SecurityHub
|
|
3322
3452
|
ResourceDetails.add_member(:aws_ecs_task_definition, Shapes::ShapeRef.new(shape: AwsEcsTaskDefinitionDetails, location_name: "AwsEcsTaskDefinition"))
|
3323
3453
|
ResourceDetails.add_member(:container, Shapes::ShapeRef.new(shape: ContainerDetails, location_name: "Container"))
|
3324
3454
|
ResourceDetails.add_member(:other, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Other"))
|
3455
|
+
ResourceDetails.add_member(:aws_rds_event_subscription, Shapes::ShapeRef.new(shape: AwsRdsEventSubscriptionDetails, location_name: "AwsRdsEventSubscription"))
|
3456
|
+
ResourceDetails.add_member(:aws_ecs_service, Shapes::ShapeRef.new(shape: AwsEcsServiceDetails, location_name: "AwsEcsService"))
|
3325
3457
|
ResourceDetails.struct_class = Types::ResourceDetails
|
3326
3458
|
|
3327
3459
|
ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
|
@@ -90,7 +90,7 @@ module Aws::SecurityHub
|
|
90
90
|
include Aws::Structure
|
91
91
|
end
|
92
92
|
|
93
|
-
# The details of an
|
93
|
+
# The details of an Amazon Web Services account.
|
94
94
|
#
|
95
95
|
# @note When making an API call, you may pass AccountDetails
|
96
96
|
# data as a hash:
|
@@ -101,11 +101,11 @@ module Aws::SecurityHub
|
|
101
101
|
# }
|
102
102
|
#
|
103
103
|
# @!attribute [rw] account_id
|
104
|
-
# The ID of an
|
104
|
+
# The ID of an Amazon Web Services account.
|
105
105
|
# @return [String]
|
106
106
|
#
|
107
107
|
# @!attribute [rw] email
|
108
|
-
# The email of an
|
108
|
+
# The email of an Amazon Web Services account.
|
109
109
|
# @return [String]
|
110
110
|
#
|
111
111
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AccountDetails AWS API Documentation
|
@@ -120,7 +120,7 @@ module Aws::SecurityHub
|
|
120
120
|
# Provides details about one of the following actions that affects or
|
121
121
|
# that was taken on a resource:
|
122
122
|
#
|
123
|
-
# * A remote IP address issued an
|
123
|
+
# * A remote IP address issued an Amazon Web Services API call
|
124
124
|
#
|
125
125
|
# * A DNS request was received
|
126
126
|
#
|
@@ -452,8 +452,8 @@ module Aws::SecurityHub
|
|
452
452
|
# organization management account.
|
453
453
|
#
|
454
454
|
# @!attribute [rw] account_id
|
455
|
-
# The
|
456
|
-
# account.
|
455
|
+
# The Amazon Web Services account identifier of the Security Hub
|
456
|
+
# administrator account.
|
457
457
|
# @return [String]
|
458
458
|
#
|
459
459
|
# @!attribute [rw] status
|
@@ -544,7 +544,8 @@ module Aws::SecurityHub
|
|
544
544
|
# @return [String]
|
545
545
|
#
|
546
546
|
# @!attribute [rw] service_name
|
547
|
-
# The name of the
|
547
|
+
# The name of the Amazon Web Services service that the API method
|
548
|
+
# belongs to.
|
548
549
|
# @return [String]
|
549
550
|
#
|
550
551
|
# @!attribute [rw] caller_type
|
@@ -1033,7 +1034,7 @@ module Aws::SecurityHub
|
|
1033
1034
|
# @return [Types::AwsApiGatewayCanarySettings]
|
1034
1035
|
#
|
1035
1036
|
# @!attribute [rw] tracing_enabled
|
1036
|
-
# Indicates whether active tracing with
|
1037
|
+
# Indicates whether active tracing with X-Ray is enabled for the
|
1037
1038
|
# stage.
|
1038
1039
|
# @return [Boolean]
|
1039
1040
|
#
|
@@ -1441,7 +1442,7 @@ module Aws::SecurityHub
|
|
1441
1442
|
include Aws::Structure
|
1442
1443
|
end
|
1443
1444
|
|
1444
|
-
# Provides details about an
|
1445
|
+
# Provides details about an Certificate Manager certificate.
|
1445
1446
|
#
|
1446
1447
|
# @note When making an API call, you may pass AwsCertificateManagerCertificateDetails
|
1447
1448
|
# data as a hash:
|
@@ -1576,7 +1577,8 @@ module Aws::SecurityHub
|
|
1576
1577
|
# @return [String]
|
1577
1578
|
#
|
1578
1579
|
# @!attribute [rw] in_use_by
|
1579
|
-
# The list of ARNs for the
|
1580
|
+
# The list of ARNs for the Amazon Web Services resources that use the
|
1581
|
+
# certificate.
|
1580
1582
|
# @return [Array<String>]
|
1581
1583
|
#
|
1582
1584
|
# @!attribute [rw] issued_at
|
@@ -1644,7 +1646,7 @@ module Aws::SecurityHub
|
|
1644
1646
|
# @return [String]
|
1645
1647
|
#
|
1646
1648
|
# @!attribute [rw] renewal_summary
|
1647
|
-
# Information about the status of the
|
1649
|
+
# Information about the status of the Certificate Manager managed
|
1648
1650
|
# renewal for the certificate. Provided only when the certificate type
|
1649
1651
|
# is `AMAZON_ISSUED`.
|
1650
1652
|
# @return [Types::AwsCertificateManagerCertificateRenewalSummary]
|
@@ -1680,7 +1682,7 @@ module Aws::SecurityHub
|
|
1680
1682
|
# @return [Array<String>]
|
1681
1683
|
#
|
1682
1684
|
# @!attribute [rw] type
|
1683
|
-
# The source of the certificate. For certificates that
|
1685
|
+
# The source of the certificate. For certificates that Certificate
|
1684
1686
|
# Manager provides, `Type` is `AMAZON_ISSUED`. For certificates that
|
1685
1687
|
# are imported with `ImportCertificate`, `Type` is `IMPORTED`.
|
1686
1688
|
#
|
@@ -1723,7 +1725,7 @@ module Aws::SecurityHub
|
|
1723
1725
|
# of the `RequestCertificate` request
|
1724
1726
|
#
|
1725
1727
|
# * The validation of each domain name in the certificate, as it
|
1726
|
-
# pertains to
|
1728
|
+
# pertains to Certificate Manager managed renewal
|
1727
1729
|
#
|
1728
1730
|
# @note When making an API call, you may pass AwsCertificateManagerCertificateDomainValidationOption
|
1729
1731
|
# data as a hash:
|
@@ -1751,12 +1753,12 @@ module Aws::SecurityHub
|
|
1751
1753
|
# @return [Types::AwsCertificateManagerCertificateResourceRecord]
|
1752
1754
|
#
|
1753
1755
|
# @!attribute [rw] validation_domain
|
1754
|
-
# The domain name that
|
1756
|
+
# The domain name that Certificate Manager uses to send domain
|
1755
1757
|
# validation emails.
|
1756
1758
|
# @return [String]
|
1757
1759
|
#
|
1758
1760
|
# @!attribute [rw] validation_emails
|
1759
|
-
# A list of email addresses that
|
1761
|
+
# A list of email addresses that Certificate Manager uses to send
|
1760
1762
|
# domain validation emails.
|
1761
1763
|
# @return [Array<String>]
|
1762
1764
|
#
|
@@ -1856,8 +1858,8 @@ module Aws::SecurityHub
|
|
1856
1858
|
include Aws::Structure
|
1857
1859
|
end
|
1858
1860
|
|
1859
|
-
# Contains information about the
|
1860
|
-
#
|
1861
|
+
# Contains information about the Certificate Manager managed renewal for
|
1862
|
+
# an `AMAZON_ISSUED` certificate.
|
1861
1863
|
#
|
1862
1864
|
# @note When making an API call, you may pass AwsCertificateManagerCertificateRenewalSummary
|
1863
1865
|
# data as a hash:
|
@@ -1884,12 +1886,12 @@ module Aws::SecurityHub
|
|
1884
1886
|
#
|
1885
1887
|
# @!attribute [rw] domain_validation_options
|
1886
1888
|
# Information about the validation of each domain name in the
|
1887
|
-
# certificate, as it pertains to
|
1888
|
-
#
|
1889
|
+
# certificate, as it pertains to Certificate Manager managed renewal.
|
1890
|
+
# Provided only when the certificate type is `AMAZON_ISSUED`.
|
1889
1891
|
# @return [Array<Types::AwsCertificateManagerCertificateDomainValidationOption>]
|
1890
1892
|
#
|
1891
1893
|
# @!attribute [rw] renewal_status
|
1892
|
-
# The status of the
|
1894
|
+
# The status of the Certificate Manager managed renewal of the
|
1893
1895
|
# certificate.
|
1894
1896
|
#
|
1895
1897
|
# Valid values: `PENDING_AUTO_RENEWAL` \| `PENDING_VALIDATION` \|
|
@@ -2164,7 +2166,7 @@ module Aws::SecurityHub
|
|
2164
2166
|
# @return [String]
|
2165
2167
|
#
|
2166
2168
|
# @!attribute [rw] web_acl_id
|
2167
|
-
# A unique identifier that specifies the
|
2169
|
+
# A unique identifier that specifies the WAF web ACL, if any, to
|
2168
2170
|
# associate with this distribution.
|
2169
2171
|
# @return [String]
|
2170
2172
|
#
|
@@ -2200,7 +2202,7 @@ module Aws::SecurityHub
|
|
2200
2202
|
# }
|
2201
2203
|
#
|
2202
2204
|
# @!attribute [rw] bucket
|
2203
|
-
# The
|
2205
|
+
# The S3 bucket to store the access logs in.
|
2204
2206
|
# @return [String]
|
2205
2207
|
#
|
2206
2208
|
# @!attribute [rw] enabled
|
@@ -2339,9 +2341,9 @@ module Aws::SecurityHub
|
|
2339
2341
|
include Aws::Structure
|
2340
2342
|
end
|
2341
2343
|
|
2342
|
-
# A complex type that describes the
|
2343
|
-
#
|
2344
|
-
#
|
2344
|
+
# A complex type that describes the S3 bucket, HTTP server (for example,
|
2345
|
+
# a web server), AWS Elemental MediaStore, or other server from which
|
2346
|
+
# CloudFront gets your files.
|
2345
2347
|
#
|
2346
2348
|
# @note When making an API call, you may pass AwsCloudFrontDistributionOriginItem
|
2347
2349
|
# data as a hash:
|
@@ -2356,8 +2358,8 @@ module Aws::SecurityHub
|
|
2356
2358
|
# }
|
2357
2359
|
#
|
2358
2360
|
# @!attribute [rw] domain_name
|
2359
|
-
# Amazon S3 origins: The DNS name of the
|
2360
|
-
#
|
2361
|
+
# Amazon S3 origins: The DNS name of the S3 bucket from which you want
|
2362
|
+
# CloudFront to get objects for this origin.
|
2361
2363
|
# @return [String]
|
2362
2364
|
#
|
2363
2365
|
# @!attribute [rw] id
|
@@ -2467,7 +2469,7 @@ module Aws::SecurityHub
|
|
2467
2469
|
# @return [String]
|
2468
2470
|
#
|
2469
2471
|
# @!attribute [rw] cloud_watch_logs_role_arn
|
2470
|
-
# The ARN of the role that the CloudWatch
|
2472
|
+
# The ARN of the role that the CloudWatch Events endpoint assumes when
|
2471
2473
|
# it writes to the log group.
|
2472
2474
|
# @return [String]
|
2473
2475
|
#
|
@@ -2491,11 +2493,11 @@ module Aws::SecurityHub
|
|
2491
2493
|
#
|
2492
2494
|
# @!attribute [rw] is_organization_trail
|
2493
2495
|
# Whether the trail is created for all accounts in an organization in
|
2494
|
-
#
|
2496
|
+
# Organizations, or only for the current Amazon Web Services account.
|
2495
2497
|
# @return [Boolean]
|
2496
2498
|
#
|
2497
2499
|
# @!attribute [rw] kms_key_id
|
2498
|
-
# The
|
2500
|
+
# The KMS key ID to use to encrypt the logs.
|
2499
2501
|
# @return [String]
|
2500
2502
|
#
|
2501
2503
|
# @!attribute [rw] log_file_validation_enabled
|
@@ -2551,7 +2553,7 @@ module Aws::SecurityHub
|
|
2551
2553
|
include Aws::Structure
|
2552
2554
|
end
|
2553
2555
|
|
2554
|
-
# Information about an
|
2556
|
+
# Information about an CodeBuild project.
|
2555
2557
|
#
|
2556
2558
|
# @note When making an API call, you may pass AwsCodeBuildProjectDetails
|
2557
2559
|
# data as a hash:
|
@@ -2583,8 +2585,8 @@ module Aws::SecurityHub
|
|
2583
2585
|
# }
|
2584
2586
|
#
|
2585
2587
|
# @!attribute [rw] encryption_key
|
2586
|
-
# The
|
2587
|
-
#
|
2588
|
+
# The KMS customer master key (CMK) used to encrypt the build output
|
2589
|
+
# artifacts.
|
2588
2590
|
#
|
2589
2591
|
# You can specify either the ARN of the CMK or, if available, the CMK
|
2590
2592
|
# alias (using the format alias/alias-name).
|
@@ -2604,12 +2606,13 @@ module Aws::SecurityHub
|
|
2604
2606
|
# @return [Types::AwsCodeBuildProjectSource]
|
2605
2607
|
#
|
2606
2608
|
# @!attribute [rw] service_role
|
2607
|
-
# The ARN of the IAM role that enables
|
2608
|
-
# dependent
|
2609
|
+
# The ARN of the IAM role that enables CodeBuild to interact with
|
2610
|
+
# dependent Amazon Web Services services on behalf of the Amazon Web
|
2611
|
+
# Services account.
|
2609
2612
|
# @return [String]
|
2610
2613
|
#
|
2611
2614
|
# @!attribute [rw] vpc_config
|
2612
|
-
# Information about the VPC configuration that
|
2615
|
+
# Information about the VPC configuration that CodeBuild accesses.
|
2613
2616
|
# @return [Types::AwsCodeBuildProjectVpcConfig]
|
2614
2617
|
#
|
2615
2618
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsCodeBuildProjectDetails AWS API Documentation
|
@@ -2645,21 +2648,20 @@ module Aws::SecurityHub
|
|
2645
2648
|
# @return [String]
|
2646
2649
|
#
|
2647
2650
|
# @!attribute [rw] image_pull_credentials_type
|
2648
|
-
# The type of credentials
|
2649
|
-
# build.
|
2651
|
+
# The type of credentials CodeBuild uses to pull images in your build.
|
2650
2652
|
#
|
2651
2653
|
# Valid values:
|
2652
2654
|
#
|
2653
|
-
# * `CODEBUILD` specifies that
|
2655
|
+
# * `CODEBUILD` specifies that CodeBuild uses its own credentials.
|
2654
2656
|
# This requires that you modify your ECR repository policy to trust
|
2655
|
-
# the
|
2657
|
+
# the CodeBuild service principal.
|
2656
2658
|
#
|
2657
|
-
# * `SERVICE_ROLE` specifies that
|
2658
|
-
#
|
2659
|
+
# * `SERVICE_ROLE` specifies that CodeBuild uses your build project's
|
2660
|
+
# service role.
|
2659
2661
|
#
|
2660
2662
|
# When you use a cross-account or private registry image, you must use
|
2661
|
-
# `SERVICE_ROLE` credentials. When you use an
|
2662
|
-
#
|
2663
|
+
# `SERVICE_ROLE` credentials. When you use an CodeBuild curated image,
|
2664
|
+
# you must use `CODEBUILD` credentials.
|
2663
2665
|
# @return [String]
|
2664
2666
|
#
|
2665
2667
|
# @!attribute [rw] registry_credential
|
@@ -2715,10 +2717,10 @@ module Aws::SecurityHub
|
|
2715
2717
|
# }
|
2716
2718
|
#
|
2717
2719
|
# @!attribute [rw] credential
|
2718
|
-
# The ARN or name of credentials created using
|
2720
|
+
# The ARN or name of credentials created using Secrets Manager.
|
2719
2721
|
#
|
2720
2722
|
# <note markdown="1"> The credential can use the name of the credentials only if they
|
2721
|
-
# exist in your current
|
2723
|
+
# exist in your current Amazon Web Services Region.
|
2722
2724
|
#
|
2723
2725
|
# </note>
|
2724
2726
|
# @return [String]
|
@@ -2727,7 +2729,7 @@ module Aws::SecurityHub
|
|
2727
2729
|
# The service that created the credentials to access a private Docker
|
2728
2730
|
# registry.
|
2729
2731
|
#
|
2730
|
-
# The valid value,` SECRETS_MANAGER`, is for
|
2732
|
+
# The valid value,` SECRETS_MANAGER`, is for Secrets Manager.
|
2731
2733
|
# @return [String]
|
2732
2734
|
#
|
2733
2735
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsCodeBuildProjectEnvironmentRegistryCredential AWS API Documentation
|
@@ -2757,10 +2759,10 @@ module Aws::SecurityHub
|
|
2757
2759
|
#
|
2758
2760
|
# * `BITBUCKET` - The source code is in a Bitbucket repository.
|
2759
2761
|
#
|
2760
|
-
# * `CODECOMMIT` - The source code is in an
|
2762
|
+
# * `CODECOMMIT` - The source code is in an CodeCommit repository.
|
2761
2763
|
#
|
2762
2764
|
# * `CODEPIPELINE` - The source code settings are specified in the
|
2763
|
-
# source action of a pipeline in
|
2765
|
+
# source action of a pipeline in CodePipeline.
|
2764
2766
|
#
|
2765
2767
|
# * `GITHUB` - The source code is in a GitHub repository.
|
2766
2768
|
#
|
@@ -2778,14 +2780,14 @@ module Aws::SecurityHub
|
|
2778
2780
|
# Valid values include:
|
2779
2781
|
#
|
2780
2782
|
# * For source code settings that are specified in the source action
|
2781
|
-
# of a pipeline in
|
2782
|
-
#
|
2783
|
-
#
|
2784
|
-
#
|
2785
|
-
#
|
2786
|
-
# * For source code in an
|
2787
|
-
#
|
2788
|
-
#
|
2783
|
+
# of a pipeline in CodePipeline, location should not be specified.
|
2784
|
+
# If it is specified, CodePipeline ignores it. This is because
|
2785
|
+
# CodePipeline uses the settings in a pipeline's source action
|
2786
|
+
# instead of this value.
|
2787
|
+
#
|
2788
|
+
# * For source code in an CodeCommit repository, the HTTPS clone URL
|
2789
|
+
# to the repository that contains the source code and the build spec
|
2790
|
+
# file (for example,
|
2789
2791
|
# `https://git-codecommit.region-ID.amazonaws.com/v1/repos/repo-name`
|
2790
2792
|
# ).
|
2791
2793
|
#
|
@@ -2824,7 +2826,7 @@ module Aws::SecurityHub
|
|
2824
2826
|
include Aws::Structure
|
2825
2827
|
end
|
2826
2828
|
|
2827
|
-
# Information about the VPC configuration that
|
2829
|
+
# Information about the VPC configuration that CodeBuild accesses.
|
2828
2830
|
#
|
2829
2831
|
# @note When making an API call, you may pass AwsCodeBuildProjectVpcConfig
|
2830
2832
|
# data as a hash:
|
@@ -2840,11 +2842,11 @@ module Aws::SecurityHub
|
|
2840
2842
|
# @return [String]
|
2841
2843
|
#
|
2842
2844
|
# @!attribute [rw] subnets
|
2843
|
-
# A list of one or more subnet IDs in your
|
2845
|
+
# A list of one or more subnet IDs in your VPC.
|
2844
2846
|
# @return [Array<String>]
|
2845
2847
|
#
|
2846
2848
|
# @!attribute [rw] security_group_ids
|
2847
|
-
# A list of one or more security group IDs in your
|
2849
|
+
# A list of one or more security group IDs in your VPC.
|
2848
2850
|
# @return [Array<String>]
|
2849
2851
|
#
|
2850
2852
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsCodeBuildProjectVpcConfig AWS API Documentation
|
@@ -3508,8 +3510,8 @@ module Aws::SecurityHub
|
|
3508
3510
|
# @return [Array<Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex>]
|
3509
3511
|
#
|
3510
3512
|
# @!attribute [rw] kms_master_key_id
|
3511
|
-
# The identifier of the
|
3512
|
-
# used for
|
3513
|
+
# The identifier of the KMS customer master key (CMK) that will be
|
3514
|
+
# used for KMS encryption for the replica.
|
3513
3515
|
# @return [String]
|
3514
3516
|
#
|
3515
3517
|
# @!attribute [rw] provisioned_throughput_override
|
@@ -3653,8 +3655,8 @@ module Aws::SecurityHub
|
|
3653
3655
|
# @return [String]
|
3654
3656
|
#
|
3655
3657
|
# @!attribute [rw] kms_master_key_arn
|
3656
|
-
# The ARN of the
|
3657
|
-
#
|
3658
|
+
# The ARN of the KMS customer master key (CMK) that is used for the
|
3659
|
+
# KMS encryption.
|
3658
3660
|
# @return [String]
|
3659
3661
|
#
|
3660
3662
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsDynamoDbTableSseDescription AWS API Documentation
|
@@ -3722,8 +3724,8 @@ module Aws::SecurityHub
|
|
3722
3724
|
# @return [String]
|
3723
3725
|
#
|
3724
3726
|
# @!attribute [rw] allocation_id
|
3725
|
-
# The identifier that
|
3726
|
-
# Elastic IP address for use with Amazon VPC.
|
3727
|
+
# The identifier that Amazon Web Services assigns to represent the
|
3728
|
+
# allocation of the Elastic IP address for use with Amazon VPC.
|
3727
3729
|
# @return [String]
|
3728
3730
|
#
|
3729
3731
|
# @!attribute [rw] association_id
|
@@ -3753,7 +3755,8 @@ module Aws::SecurityHub
|
|
3753
3755
|
# @return [String]
|
3754
3756
|
#
|
3755
3757
|
# @!attribute [rw] network_interface_owner_id
|
3756
|
-
# The
|
3758
|
+
# The Amazon Web Services account ID of the owner of the network
|
3759
|
+
# interface.
|
3757
3760
|
# @return [String]
|
3758
3761
|
#
|
3759
3762
|
# @!attribute [rw] private_ip_address
|
@@ -3970,7 +3973,8 @@ module Aws::SecurityHub
|
|
3970
3973
|
# @return [String]
|
3971
3974
|
#
|
3972
3975
|
# @!attribute [rw] owner_id
|
3973
|
-
# The identifier of the
|
3976
|
+
# The identifier of the Amazon Web Services account that owns the
|
3977
|
+
# network ACL.
|
3974
3978
|
# @return [String]
|
3975
3979
|
#
|
3976
3980
|
# @!attribute [rw] vpc_id
|
@@ -4118,7 +4122,7 @@ module Aws::SecurityHub
|
|
4118
4122
|
# @return [String]
|
4119
4123
|
#
|
4120
4124
|
# @!attribute [rw] instance_owner_id
|
4121
|
-
# The
|
4125
|
+
# The Amazon Web Services account ID of the owner of the instance.
|
4122
4126
|
# @return [String]
|
4123
4127
|
#
|
4124
4128
|
# @!attribute [rw] status
|
@@ -4389,7 +4393,8 @@ module Aws::SecurityHub
|
|
4389
4393
|
# @return [String]
|
4390
4394
|
#
|
4391
4395
|
# @!attribute [rw] owner_id
|
4392
|
-
# The
|
4396
|
+
# The Amazon Web Services account ID of the owner of the security
|
4397
|
+
# group.
|
4393
4398
|
# @return [String]
|
4394
4399
|
#
|
4395
4400
|
# @!attribute [rw] vpc_id
|
@@ -4485,7 +4490,7 @@ module Aws::SecurityHub
|
|
4485
4490
|
# @return [Integer]
|
4486
4491
|
#
|
4487
4492
|
# @!attribute [rw] user_id_group_pairs
|
4488
|
-
# The security group and
|
4493
|
+
# The security group and Amazon Web Services account ID pairs.
|
4489
4494
|
# @return [Array<Types::AwsEc2SecurityGroupUserIdGroupPair>]
|
4490
4495
|
#
|
4491
4496
|
# @!attribute [rw] ip_ranges
|
@@ -4497,9 +4502,10 @@ module Aws::SecurityHub
|
|
4497
4502
|
# @return [Array<Types::AwsEc2SecurityGroupIpv6Range>]
|
4498
4503
|
#
|
4499
4504
|
# @!attribute [rw] prefix_list_ids
|
4500
|
-
# \[VPC only\] The prefix list IDs for an
|
4501
|
-
# rules, this is the
|
4502
|
-
# instances associated with the
|
4505
|
+
# \[VPC only\] The prefix list IDs for an Amazon Web Services service.
|
4506
|
+
# With outbound rules, this is the Amazon Web Services service to
|
4507
|
+
# access through a VPC endpoint from instances associated with the
|
4508
|
+
# security group.
|
4503
4509
|
# @return [Array<Types::AwsEc2SecurityGroupPrefixListId>]
|
4504
4510
|
#
|
4505
4511
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2SecurityGroupIpPermission AWS API Documentation
|
@@ -4610,7 +4616,7 @@ module Aws::SecurityHub
|
|
4610
4616
|
# @return [String]
|
4611
4617
|
#
|
4612
4618
|
# @!attribute [rw] user_id
|
4613
|
-
# The ID of an
|
4619
|
+
# The ID of an Amazon Web Services account.
|
4614
4620
|
#
|
4615
4621
|
# For a referenced security group in another VPC, the account ID of
|
4616
4622
|
# the referenced security group is returned in the response. If the
|
@@ -4641,7 +4647,7 @@ module Aws::SecurityHub
|
|
4641
4647
|
include Aws::Structure
|
4642
4648
|
end
|
4643
4649
|
|
4644
|
-
# Contains information about a subnet in EC2.
|
4650
|
+
# Contains information about a subnet in Amazon EC2.
|
4645
4651
|
#
|
4646
4652
|
# @note When making an API call, you may pass AwsEc2SubnetDetails
|
4647
4653
|
# data as a hash:
|
@@ -4699,7 +4705,8 @@ module Aws::SecurityHub
|
|
4699
4705
|
# @return [Boolean]
|
4700
4706
|
#
|
4701
4707
|
# @!attribute [rw] owner_id
|
4702
|
-
# The identifier of the
|
4708
|
+
# The identifier of the Amazon Web Services account that owns the
|
4709
|
+
# subnet.
|
4703
4710
|
# @return [String]
|
4704
4711
|
#
|
4705
4712
|
# @!attribute [rw] state
|
@@ -4742,7 +4749,7 @@ module Aws::SecurityHub
|
|
4742
4749
|
include Aws::Structure
|
4743
4750
|
end
|
4744
4751
|
|
4745
|
-
# An attachment to an
|
4752
|
+
# An attachment to an Amazon EC2 volume.
|
4746
4753
|
#
|
4747
4754
|
# @note When making an API call, you may pass AwsEc2VolumeAttachment
|
4748
4755
|
# data as a hash:
|
@@ -4833,9 +4840,8 @@ module Aws::SecurityHub
|
|
4833
4840
|
# @return [String]
|
4834
4841
|
#
|
4835
4842
|
# @!attribute [rw] kms_key_id
|
4836
|
-
# The ARN of the
|
4837
|
-
#
|
4838
|
-
# volume.
|
4843
|
+
# The ARN of the KMS customer master key (CMK) that was used to
|
4844
|
+
# protect the volume encryption key for the volume.
|
4839
4845
|
# @return [String]
|
4840
4846
|
#
|
4841
4847
|
# @!attribute [rw] attachments
|
@@ -5081,79 +5087,735 @@ module Aws::SecurityHub
|
|
5081
5087
|
# should use the capacity provider.
|
5082
5088
|
# @return [Integer]
|
5083
5089
|
#
|
5084
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsClusterDefaultCapacityProviderStrategyDetails AWS API Documentation
|
5090
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsClusterDefaultCapacityProviderStrategyDetails AWS API Documentation
|
5091
|
+
#
|
5092
|
+
class AwsEcsClusterDefaultCapacityProviderStrategyDetails < Struct.new(
|
5093
|
+
:base,
|
5094
|
+
:capacity_provider,
|
5095
|
+
:weight)
|
5096
|
+
SENSITIVE = []
|
5097
|
+
include Aws::Structure
|
5098
|
+
end
|
5099
|
+
|
5100
|
+
# provides details about an ECS cluster.
|
5101
|
+
#
|
5102
|
+
# @note When making an API call, you may pass AwsEcsClusterDetails
|
5103
|
+
# data as a hash:
|
5104
|
+
#
|
5105
|
+
# {
|
5106
|
+
# capacity_providers: ["NonEmptyString"],
|
5107
|
+
# cluster_settings: [
|
5108
|
+
# {
|
5109
|
+
# name: "NonEmptyString",
|
5110
|
+
# value: "NonEmptyString",
|
5111
|
+
# },
|
5112
|
+
# ],
|
5113
|
+
# configuration: {
|
5114
|
+
# execute_command_configuration: {
|
5115
|
+
# kms_key_id: "NonEmptyString",
|
5116
|
+
# log_configuration: {
|
5117
|
+
# cloud_watch_encryption_enabled: false,
|
5118
|
+
# cloud_watch_log_group_name: "NonEmptyString",
|
5119
|
+
# s3_bucket_name: "NonEmptyString",
|
5120
|
+
# s3_encryption_enabled: false,
|
5121
|
+
# s3_key_prefix: "NonEmptyString",
|
5122
|
+
# },
|
5123
|
+
# logging: "NonEmptyString",
|
5124
|
+
# },
|
5125
|
+
# },
|
5126
|
+
# default_capacity_provider_strategy: [
|
5127
|
+
# {
|
5128
|
+
# base: 1,
|
5129
|
+
# capacity_provider: "NonEmptyString",
|
5130
|
+
# weight: 1,
|
5131
|
+
# },
|
5132
|
+
# ],
|
5133
|
+
# }
|
5134
|
+
#
|
5135
|
+
# @!attribute [rw] capacity_providers
|
5136
|
+
# The short name of one or more capacity providers to associate with
|
5137
|
+
# the cluster.
|
5138
|
+
# @return [Array<String>]
|
5139
|
+
#
|
5140
|
+
# @!attribute [rw] cluster_settings
|
5141
|
+
# The setting to use to create the cluster. Specifically used to
|
5142
|
+
# configure whether to enable CloudWatch Container Insights for the
|
5143
|
+
# cluster.
|
5144
|
+
# @return [Array<Types::AwsEcsClusterClusterSettingsDetails>]
|
5145
|
+
#
|
5146
|
+
# @!attribute [rw] configuration
|
5147
|
+
# The run command configuration for the cluster.
|
5148
|
+
# @return [Types::AwsEcsClusterConfigurationDetails]
|
5149
|
+
#
|
5150
|
+
# @!attribute [rw] default_capacity_provider_strategy
|
5151
|
+
# The default capacity provider strategy for the cluster. The default
|
5152
|
+
# capacity provider strategy is used when services or tasks are run
|
5153
|
+
# without a specified launch type or capacity provider strategy.
|
5154
|
+
# @return [Array<Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails>]
|
5155
|
+
#
|
5156
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsClusterDetails AWS API Documentation
|
5157
|
+
#
|
5158
|
+
class AwsEcsClusterDetails < Struct.new(
|
5159
|
+
:capacity_providers,
|
5160
|
+
:cluster_settings,
|
5161
|
+
:configuration,
|
5162
|
+
:default_capacity_provider_strategy)
|
5163
|
+
SENSITIVE = []
|
5164
|
+
include Aws::Structure
|
5165
|
+
end
|
5166
|
+
|
5167
|
+
# Strategy item for the capacity provider strategy that the service
|
5168
|
+
# uses.
|
5169
|
+
#
|
5170
|
+
# @note When making an API call, you may pass AwsEcsServiceCapacityProviderStrategyDetails
|
5171
|
+
# data as a hash:
|
5172
|
+
#
|
5173
|
+
# {
|
5174
|
+
# base: 1,
|
5175
|
+
# capacity_provider: "NonEmptyString",
|
5176
|
+
# weight: 1,
|
5177
|
+
# }
|
5178
|
+
#
|
5179
|
+
# @!attribute [rw] base
|
5180
|
+
# The minimum number of tasks to run on the capacity provider. Only
|
5181
|
+
# one strategy item can specify a value for `Base`.
|
5182
|
+
#
|
5183
|
+
# The value must be between 0 and 100000.
|
5184
|
+
# @return [Integer]
|
5185
|
+
#
|
5186
|
+
# @!attribute [rw] capacity_provider
|
5187
|
+
# The short name of the capacity provider.
|
5188
|
+
# @return [String]
|
5189
|
+
#
|
5190
|
+
# @!attribute [rw] weight
|
5191
|
+
# The relative percentage of the total number of tasks that should use
|
5192
|
+
# the capacity provider.
|
5193
|
+
#
|
5194
|
+
# If no weight is specified, the default value is 0. At least one
|
5195
|
+
# capacity provider must have a weight greater than 0.
|
5196
|
+
#
|
5197
|
+
# The value can be between 0 and 1000.
|
5198
|
+
# @return [Integer]
|
5199
|
+
#
|
5200
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceCapacityProviderStrategyDetails AWS API Documentation
|
5201
|
+
#
|
5202
|
+
class AwsEcsServiceCapacityProviderStrategyDetails < Struct.new(
|
5203
|
+
:base,
|
5204
|
+
:capacity_provider,
|
5205
|
+
:weight)
|
5206
|
+
SENSITIVE = []
|
5207
|
+
include Aws::Structure
|
5208
|
+
end
|
5209
|
+
|
5210
|
+
# Determines whether a service deployment fails if a service cannot
|
5211
|
+
# reach a steady state.
|
5212
|
+
#
|
5213
|
+
# @note When making an API call, you may pass AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
|
5214
|
+
# data as a hash:
|
5215
|
+
#
|
5216
|
+
# {
|
5217
|
+
# enable: false,
|
5218
|
+
# rollback: false,
|
5219
|
+
# }
|
5220
|
+
#
|
5221
|
+
# @!attribute [rw] enable
|
5222
|
+
# Whether to enable the deployment circuit breaker logic for the
|
5223
|
+
# service.
|
5224
|
+
# @return [Boolean]
|
5225
|
+
#
|
5226
|
+
# @!attribute [rw] rollback
|
5227
|
+
# Whether to roll back the service if a service deployment fails. If
|
5228
|
+
# rollback is enabled, when a service deployment fails, the service is
|
5229
|
+
# rolled back to the last deployment that completed successfully.
|
5230
|
+
# @return [Boolean]
|
5231
|
+
#
|
5232
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails AWS API Documentation
|
5233
|
+
#
|
5234
|
+
class AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails < Struct.new(
|
5235
|
+
:enable,
|
5236
|
+
:rollback)
|
5237
|
+
SENSITIVE = []
|
5238
|
+
include Aws::Structure
|
5239
|
+
end
|
5240
|
+
|
5241
|
+
# Optional deployment parameters for the service.
|
5242
|
+
#
|
5243
|
+
# @note When making an API call, you may pass AwsEcsServiceDeploymentConfigurationDetails
|
5244
|
+
# data as a hash:
|
5245
|
+
#
|
5246
|
+
# {
|
5247
|
+
# deployment_circuit_breaker: {
|
5248
|
+
# enable: false,
|
5249
|
+
# rollback: false,
|
5250
|
+
# },
|
5251
|
+
# maximum_percent: 1,
|
5252
|
+
# minimum_healthy_percent: 1,
|
5253
|
+
# }
|
5254
|
+
#
|
5255
|
+
# @!attribute [rw] deployment_circuit_breaker
|
5256
|
+
# Determines whether a service deployment fails if a service cannot
|
5257
|
+
# reach a steady state.
|
5258
|
+
# @return [Types::AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails]
|
5259
|
+
#
|
5260
|
+
# @!attribute [rw] maximum_percent
|
5261
|
+
# For a service that uses the rolling update (`ECS`) deployment type,
|
5262
|
+
# the maximum number of tasks in a service that are allowed in the
|
5263
|
+
# `RUNNING` or `PENDING` state during a deployment, and for tasks that
|
5264
|
+
# use the EC2 launch type, when any container instances are in the
|
5265
|
+
# `DRAINING` state. Provided as a percentage of the desired number of
|
5266
|
+
# tasks. The default value is 200%.
|
5267
|
+
#
|
5268
|
+
# For a service that uses the blue/green (`CODE_DEPLOY`) or `EXTERNAL`
|
5269
|
+
# deployment types, and tasks that use the EC2 launch type, the
|
5270
|
+
# maximum number of tasks in the service that remain in the `RUNNING`
|
5271
|
+
# state while the container instances are in the `DRAINING` state.
|
5272
|
+
#
|
5273
|
+
# For the Fargate launch type, the maximum percent value is not used.
|
5274
|
+
# @return [Integer]
|
5275
|
+
#
|
5276
|
+
# @!attribute [rw] minimum_healthy_percent
|
5277
|
+
# For a service that uses the rolling update (`ECS`) deployment type,
|
5278
|
+
# the minimum number of tasks in a service that must remain in the
|
5279
|
+
# `RUNNING` state during a deployment, and while any container
|
5280
|
+
# instances are in the `DRAINING` state if the service contains tasks
|
5281
|
+
# using the EC2 launch type. Expressed as a percentage of the desired
|
5282
|
+
# number of tasks. The default value is 100%.
|
5283
|
+
#
|
5284
|
+
# For a service that uses the blue/green (`CODE_DEPLOY`) or `EXTERNAL`
|
5285
|
+
# deployment types and tasks that use the EC2 launch type, the minimum
|
5286
|
+
# number of the tasks in the service that remain in the `RUNNING`
|
5287
|
+
# state while the container instances are in the `DRAINING` state.
|
5288
|
+
#
|
5289
|
+
# For the Fargate launch type, the minimum healthy percent value is
|
5290
|
+
# not used.
|
5291
|
+
# @return [Integer]
|
5292
|
+
#
|
5293
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceDeploymentConfigurationDetails AWS API Documentation
|
5294
|
+
#
|
5295
|
+
class AwsEcsServiceDeploymentConfigurationDetails < Struct.new(
|
5296
|
+
:deployment_circuit_breaker,
|
5297
|
+
:maximum_percent,
|
5298
|
+
:minimum_healthy_percent)
|
5299
|
+
SENSITIVE = []
|
5300
|
+
include Aws::Structure
|
5301
|
+
end
|
5302
|
+
|
5303
|
+
# Information about the deployment controller type that the service
|
5304
|
+
# uses.
|
5305
|
+
#
|
5306
|
+
# @note When making an API call, you may pass AwsEcsServiceDeploymentControllerDetails
|
5307
|
+
# data as a hash:
|
5308
|
+
#
|
5309
|
+
# {
|
5310
|
+
# type: "NonEmptyString",
|
5311
|
+
# }
|
5312
|
+
#
|
5313
|
+
# @!attribute [rw] type
|
5314
|
+
# The rolling update (`ECS`) deployment type replaces the current
|
5315
|
+
# running version of the container with the latest version.
|
5316
|
+
#
|
5317
|
+
# The blue/green (`CODE_DEPLOY`) deployment type uses the blue/green
|
5318
|
+
# deployment model that is powered by CodeDeploy. This deployment
|
5319
|
+
# model a new deployment of a service can be verified before
|
5320
|
+
# production traffic is sent to it.
|
5321
|
+
#
|
5322
|
+
# The external (`EXTERNAL`) deployment type allows the use of any
|
5323
|
+
# third-party deployment controller for full control over the
|
5324
|
+
# deployment process for an Amazon ECS service.
|
5325
|
+
#
|
5326
|
+
# Valid values: `ECS` \| `CODE_DEPLOY` \| `EXTERNAL`
|
5327
|
+
# @return [String]
|
5328
|
+
#
|
5329
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceDeploymentControllerDetails AWS API Documentation
|
5330
|
+
#
|
5331
|
+
class AwsEcsServiceDeploymentControllerDetails < Struct.new(
|
5332
|
+
:type)
|
5333
|
+
SENSITIVE = []
|
5334
|
+
include Aws::Structure
|
5335
|
+
end
|
5336
|
+
|
5337
|
+
# Provides details about a service within an ECS cluster.
|
5338
|
+
#
|
5339
|
+
# @note When making an API call, you may pass AwsEcsServiceDetails
|
5340
|
+
# data as a hash:
|
5341
|
+
#
|
5342
|
+
# {
|
5343
|
+
# capacity_provider_strategy: [
|
5344
|
+
# {
|
5345
|
+
# base: 1,
|
5346
|
+
# capacity_provider: "NonEmptyString",
|
5347
|
+
# weight: 1,
|
5348
|
+
# },
|
5349
|
+
# ],
|
5350
|
+
# cluster: "NonEmptyString",
|
5351
|
+
# deployment_configuration: {
|
5352
|
+
# deployment_circuit_breaker: {
|
5353
|
+
# enable: false,
|
5354
|
+
# rollback: false,
|
5355
|
+
# },
|
5356
|
+
# maximum_percent: 1,
|
5357
|
+
# minimum_healthy_percent: 1,
|
5358
|
+
# },
|
5359
|
+
# deployment_controller: {
|
5360
|
+
# type: "NonEmptyString",
|
5361
|
+
# },
|
5362
|
+
# desired_count: 1,
|
5363
|
+
# enable_ecs_managed_tags: false,
|
5364
|
+
# enable_execute_command: false,
|
5365
|
+
# health_check_grace_period_seconds: 1,
|
5366
|
+
# launch_type: "NonEmptyString",
|
5367
|
+
# load_balancers: [
|
5368
|
+
# {
|
5369
|
+
# container_name: "NonEmptyString",
|
5370
|
+
# container_port: 1,
|
5371
|
+
# load_balancer_name: "NonEmptyString",
|
5372
|
+
# target_group_arn: "NonEmptyString",
|
5373
|
+
# },
|
5374
|
+
# ],
|
5375
|
+
# name: "NonEmptyString",
|
5376
|
+
# network_configuration: {
|
5377
|
+
# aws_vpc_configuration: {
|
5378
|
+
# assign_public_ip: "NonEmptyString",
|
5379
|
+
# security_groups: ["NonEmptyString"],
|
5380
|
+
# subnets: ["NonEmptyString"],
|
5381
|
+
# },
|
5382
|
+
# },
|
5383
|
+
# placement_constraints: [
|
5384
|
+
# {
|
5385
|
+
# expression: "NonEmptyString",
|
5386
|
+
# type: "NonEmptyString",
|
5387
|
+
# },
|
5388
|
+
# ],
|
5389
|
+
# placement_strategies: [
|
5390
|
+
# {
|
5391
|
+
# field: "NonEmptyString",
|
5392
|
+
# type: "NonEmptyString",
|
5393
|
+
# },
|
5394
|
+
# ],
|
5395
|
+
# platform_version: "NonEmptyString",
|
5396
|
+
# propagate_tags: "NonEmptyString",
|
5397
|
+
# role: "NonEmptyString",
|
5398
|
+
# scheduling_strategy: "NonEmptyString",
|
5399
|
+
# service_arn: "NonEmptyString",
|
5400
|
+
# service_name: "NonEmptyString",
|
5401
|
+
# service_registries: [
|
5402
|
+
# {
|
5403
|
+
# container_name: "NonEmptyString",
|
5404
|
+
# container_port: 1,
|
5405
|
+
# port: 1,
|
5406
|
+
# registry_arn: "NonEmptyString",
|
5407
|
+
# },
|
5408
|
+
# ],
|
5409
|
+
# task_definition: "NonEmptyString",
|
5410
|
+
# }
|
5411
|
+
#
|
5412
|
+
# @!attribute [rw] capacity_provider_strategy
|
5413
|
+
# The capacity provider strategy that the service uses.
|
5414
|
+
# @return [Array<Types::AwsEcsServiceCapacityProviderStrategyDetails>]
|
5415
|
+
#
|
5416
|
+
# @!attribute [rw] cluster
|
5417
|
+
# The ARN of the cluster that hosts the service.
|
5418
|
+
# @return [String]
|
5419
|
+
#
|
5420
|
+
# @!attribute [rw] deployment_configuration
|
5421
|
+
# Deployment parameters for the service. Includes the number of tasks
|
5422
|
+
# that run and the order in which to start and stop tasks.
|
5423
|
+
# @return [Types::AwsEcsServiceDeploymentConfigurationDetails]
|
5424
|
+
#
|
5425
|
+
# @!attribute [rw] deployment_controller
|
5426
|
+
# Contains the deployment controller type that the service uses.
|
5427
|
+
# @return [Types::AwsEcsServiceDeploymentControllerDetails]
|
5428
|
+
#
|
5429
|
+
# @!attribute [rw] desired_count
|
5430
|
+
# The number of instantiations of the task definition to run on the
|
5431
|
+
# service.
|
5432
|
+
# @return [Integer]
|
5433
|
+
#
|
5434
|
+
# @!attribute [rw] enable_ecs_managed_tags
|
5435
|
+
# Whether to enable Amazon ECS managed tags for the tasks in the
|
5436
|
+
# service.
|
5437
|
+
# @return [Boolean]
|
5438
|
+
#
|
5439
|
+
# @!attribute [rw] enable_execute_command
|
5440
|
+
# Whether the execute command functionality is enabled for the
|
5441
|
+
# service.
|
5442
|
+
# @return [Boolean]
|
5443
|
+
#
|
5444
|
+
# @!attribute [rw] health_check_grace_period_seconds
|
5445
|
+
# After a task starts, the amount of time in seconds that the Amazon
|
5446
|
+
# ECS service scheduler ignores unhealthy Elastic Load Balancing
|
5447
|
+
# target health checks.
|
5448
|
+
# @return [Integer]
|
5449
|
+
#
|
5450
|
+
# @!attribute [rw] launch_type
|
5451
|
+
# The launch type that the service uses.
|
5452
|
+
#
|
5453
|
+
# Valid values: `EC2` \| `FARGATE` \| `EXTERNAL`
|
5454
|
+
# @return [String]
|
5455
|
+
#
|
5456
|
+
# @!attribute [rw] load_balancers
|
5457
|
+
# Information about the load balancers that the service uses.
|
5458
|
+
# @return [Array<Types::AwsEcsServiceLoadBalancersDetails>]
|
5459
|
+
#
|
5460
|
+
# @!attribute [rw] name
|
5461
|
+
# The name of the service.
|
5462
|
+
# @return [String]
|
5463
|
+
#
|
5464
|
+
# @!attribute [rw] network_configuration
|
5465
|
+
# For tasks that use the `awsvpc` networking mode, the VPC subnet and
|
5466
|
+
# security group configuration.
|
5467
|
+
# @return [Types::AwsEcsServiceNetworkConfigurationDetails]
|
5468
|
+
#
|
5469
|
+
# @!attribute [rw] placement_constraints
|
5470
|
+
# The placement constraints for the tasks in the service.
|
5471
|
+
# @return [Array<Types::AwsEcsServicePlacementConstraintsDetails>]
|
5472
|
+
#
|
5473
|
+
# @!attribute [rw] placement_strategies
|
5474
|
+
# Information about how tasks for the service are placed.
|
5475
|
+
# @return [Array<Types::AwsEcsServicePlacementStrategiesDetails>]
|
5476
|
+
#
|
5477
|
+
# @!attribute [rw] platform_version
|
5478
|
+
# The platform version on which to run the service. Only specified for
|
5479
|
+
# tasks that are hosted on Fargate. If a platform version is not
|
5480
|
+
# specified, the `LATEST` platform version is used by default.
|
5481
|
+
# @return [String]
|
5482
|
+
#
|
5483
|
+
# @!attribute [rw] propagate_tags
|
5484
|
+
# Indicates whether to propagate the tags from the task definition to
|
5485
|
+
# the task or from the service to the task. If no value is provided,
|
5486
|
+
# then tags are not propagated.
|
5487
|
+
#
|
5488
|
+
# Valid values: `TASK_DEFINITION` \| `SERVICE`
|
5489
|
+
# @return [String]
|
5490
|
+
#
|
5491
|
+
# @!attribute [rw] role
|
5492
|
+
# The ARN of the IAM role that is associated with the service. The
|
5493
|
+
# role allows the Amazon ECS container agent to register container
|
5494
|
+
# instances with an Elastic Load Balancing load balancer.
|
5495
|
+
# @return [String]
|
5496
|
+
#
|
5497
|
+
# @!attribute [rw] scheduling_strategy
|
5498
|
+
# The scheduling strategy to use for the service.
|
5499
|
+
#
|
5500
|
+
# The `REPLICA` scheduling strategy places and maintains the desired
|
5501
|
+
# number of tasks across the cluster. By default, the service
|
5502
|
+
# scheduler spreads tasks across Availability Zones. Task placement
|
5503
|
+
# strategies and constraints are used to customize task placement
|
5504
|
+
# decisions.
|
5505
|
+
#
|
5506
|
+
# The `DAEMON` scheduling strategy deploys exactly one task on each
|
5507
|
+
# active container instance that meets all of the task placement
|
5508
|
+
# constraints that are specified in the cluster. The service scheduler
|
5509
|
+
# also evaluates the task placement constraints for running tasks and
|
5510
|
+
# stops tasks that do not meet the placement constraints.
|
5511
|
+
#
|
5512
|
+
# Valid values: `REPLICA` \| `DAEMON`
|
5513
|
+
# @return [String]
|
5514
|
+
#
|
5515
|
+
# @!attribute [rw] service_arn
|
5516
|
+
# The ARN of the service.
|
5517
|
+
# @return [String]
|
5518
|
+
#
|
5519
|
+
# @!attribute [rw] service_name
|
5520
|
+
# The name of the service.
|
5521
|
+
#
|
5522
|
+
# The name can contain up to 255 characters. It can use letters,
|
5523
|
+
# numbers, underscores, and hyphens.
|
5524
|
+
# @return [String]
|
5525
|
+
#
|
5526
|
+
# @!attribute [rw] service_registries
|
5527
|
+
# Information about the service discovery registries to assign to the
|
5528
|
+
# service.
|
5529
|
+
# @return [Array<Types::AwsEcsServiceServiceRegistriesDetails>]
|
5530
|
+
#
|
5531
|
+
# @!attribute [rw] task_definition
|
5532
|
+
# The task definition to use for tasks in the service.
|
5533
|
+
# @return [String]
|
5534
|
+
#
|
5535
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceDetails AWS API Documentation
|
5536
|
+
#
|
5537
|
+
class AwsEcsServiceDetails < Struct.new(
|
5538
|
+
:capacity_provider_strategy,
|
5539
|
+
:cluster,
|
5540
|
+
:deployment_configuration,
|
5541
|
+
:deployment_controller,
|
5542
|
+
:desired_count,
|
5543
|
+
:enable_ecs_managed_tags,
|
5544
|
+
:enable_execute_command,
|
5545
|
+
:health_check_grace_period_seconds,
|
5546
|
+
:launch_type,
|
5547
|
+
:load_balancers,
|
5548
|
+
:name,
|
5549
|
+
:network_configuration,
|
5550
|
+
:placement_constraints,
|
5551
|
+
:placement_strategies,
|
5552
|
+
:platform_version,
|
5553
|
+
:propagate_tags,
|
5554
|
+
:role,
|
5555
|
+
:scheduling_strategy,
|
5556
|
+
:service_arn,
|
5557
|
+
:service_name,
|
5558
|
+
:service_registries,
|
5559
|
+
:task_definition)
|
5560
|
+
SENSITIVE = []
|
5561
|
+
include Aws::Structure
|
5562
|
+
end
|
5563
|
+
|
5564
|
+
# Information about a load balancer that the service uses.
|
5565
|
+
#
|
5566
|
+
# @note When making an API call, you may pass AwsEcsServiceLoadBalancersDetails
|
5567
|
+
# data as a hash:
|
5568
|
+
#
|
5569
|
+
# {
|
5570
|
+
# container_name: "NonEmptyString",
|
5571
|
+
# container_port: 1,
|
5572
|
+
# load_balancer_name: "NonEmptyString",
|
5573
|
+
# target_group_arn: "NonEmptyString",
|
5574
|
+
# }
|
5575
|
+
#
|
5576
|
+
# @!attribute [rw] container_name
|
5577
|
+
# The name of the container to associate with the load balancer.
|
5578
|
+
# @return [String]
|
5579
|
+
#
|
5580
|
+
# @!attribute [rw] container_port
|
5581
|
+
# The port on the container to associate with the load balancer. This
|
5582
|
+
# port must correspond to a `containerPort` in the task definition the
|
5583
|
+
# tasks in the service are using. For tasks that use the EC2 launch
|
5584
|
+
# type, the container instance they are launched on must allow ingress
|
5585
|
+
# traffic on the `hostPort` of the port mapping.
|
5586
|
+
# @return [Integer]
|
5587
|
+
#
|
5588
|
+
# @!attribute [rw] load_balancer_name
|
5589
|
+
# The name of the load balancer to associate with the Amazon ECS
|
5590
|
+
# service or task set.
|
5591
|
+
#
|
5592
|
+
# Only specified when using a Classic Load Balancer. For an
|
5593
|
+
# Application Load Balancer or a Network Load Balancer, the load
|
5594
|
+
# balancer name is omitted.
|
5595
|
+
# @return [String]
|
5596
|
+
#
|
5597
|
+
# @!attribute [rw] target_group_arn
|
5598
|
+
# The ARN of the Elastic Load Balancing target group or groups
|
5599
|
+
# associated with a service or task set.
|
5600
|
+
#
|
5601
|
+
# Only specified when using an Application Load Balancer or a Network
|
5602
|
+
# Load Balancer. For a Classic Load Balancer, the target group ARN is
|
5603
|
+
# omitted.
|
5604
|
+
# @return [String]
|
5605
|
+
#
|
5606
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceLoadBalancersDetails AWS API Documentation
|
5607
|
+
#
|
5608
|
+
class AwsEcsServiceLoadBalancersDetails < Struct.new(
|
5609
|
+
:container_name,
|
5610
|
+
:container_port,
|
5611
|
+
:load_balancer_name,
|
5612
|
+
:target_group_arn)
|
5613
|
+
SENSITIVE = []
|
5614
|
+
include Aws::Structure
|
5615
|
+
end
|
5616
|
+
|
5617
|
+
# For tasks that use the `awsvpc` networking mode, the VPC subnet and
|
5618
|
+
# security group configuration.
|
5619
|
+
#
|
5620
|
+
# @note When making an API call, you may pass AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails
|
5621
|
+
# data as a hash:
|
5622
|
+
#
|
5623
|
+
# {
|
5624
|
+
# assign_public_ip: "NonEmptyString",
|
5625
|
+
# security_groups: ["NonEmptyString"],
|
5626
|
+
# subnets: ["NonEmptyString"],
|
5627
|
+
# }
|
5628
|
+
#
|
5629
|
+
# @!attribute [rw] assign_public_ip
|
5630
|
+
# Whether the task's elastic network interface receives a public IP
|
5631
|
+
# address. The default value is `DISABLED`.
|
5632
|
+
#
|
5633
|
+
# Valid values: `ENABLED` \| `DISABLED`
|
5634
|
+
# @return [String]
|
5635
|
+
#
|
5636
|
+
# @!attribute [rw] security_groups
|
5637
|
+
# The IDs of the security groups associated with the task or service.
|
5638
|
+
#
|
5639
|
+
# You can provide up to five security groups.
|
5640
|
+
# @return [Array<String>]
|
5641
|
+
#
|
5642
|
+
# @!attribute [rw] subnets
|
5643
|
+
# The IDs of the subnets associated with the task or service.
|
5644
|
+
#
|
5645
|
+
# You can provide up to 16 subnets.
|
5646
|
+
# @return [Array<String>]
|
5647
|
+
#
|
5648
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails AWS API Documentation
|
5649
|
+
#
|
5650
|
+
class AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails < Struct.new(
|
5651
|
+
:assign_public_ip,
|
5652
|
+
:security_groups,
|
5653
|
+
:subnets)
|
5654
|
+
SENSITIVE = []
|
5655
|
+
include Aws::Structure
|
5656
|
+
end
|
5657
|
+
|
5658
|
+
# For tasks that use the `awsvpc` networking mode, the VPC subnet and
|
5659
|
+
# security group configuration.
|
5660
|
+
#
|
5661
|
+
# @note When making an API call, you may pass AwsEcsServiceNetworkConfigurationDetails
|
5662
|
+
# data as a hash:
|
5663
|
+
#
|
5664
|
+
# {
|
5665
|
+
# aws_vpc_configuration: {
|
5666
|
+
# assign_public_ip: "NonEmptyString",
|
5667
|
+
# security_groups: ["NonEmptyString"],
|
5668
|
+
# subnets: ["NonEmptyString"],
|
5669
|
+
# },
|
5670
|
+
# }
|
5671
|
+
#
|
5672
|
+
# @!attribute [rw] aws_vpc_configuration
|
5673
|
+
# The VPC subnet and security group configuration.
|
5674
|
+
# @return [Types::AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails]
|
5675
|
+
#
|
5676
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceNetworkConfigurationDetails AWS API Documentation
|
5677
|
+
#
|
5678
|
+
class AwsEcsServiceNetworkConfigurationDetails < Struct.new(
|
5679
|
+
:aws_vpc_configuration)
|
5680
|
+
SENSITIVE = []
|
5681
|
+
include Aws::Structure
|
5682
|
+
end
|
5683
|
+
|
5684
|
+
# A placement constraint for the tasks in the service.
|
5685
|
+
#
|
5686
|
+
# @note When making an API call, you may pass AwsEcsServicePlacementConstraintsDetails
|
5687
|
+
# data as a hash:
|
5688
|
+
#
|
5689
|
+
# {
|
5690
|
+
# expression: "NonEmptyString",
|
5691
|
+
# type: "NonEmptyString",
|
5692
|
+
# }
|
5693
|
+
#
|
5694
|
+
# @!attribute [rw] expression
|
5695
|
+
# A cluster query language expression to apply to the constraint. You
|
5696
|
+
# cannot specify an expression if the constraint type is
|
5697
|
+
# `distinctInstance`.
|
5698
|
+
# @return [String]
|
5699
|
+
#
|
5700
|
+
# @!attribute [rw] type
|
5701
|
+
# The type of constraint. Use `distinctInstance` to run each task in a
|
5702
|
+
# particular group on a different container instance. Use `memberOf`
|
5703
|
+
# to restrict the selection to a group of valid candidates.
|
5704
|
+
#
|
5705
|
+
# Valid values: `distinctInstance` \| `memberOf`
|
5706
|
+
# @return [String]
|
5707
|
+
#
|
5708
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServicePlacementConstraintsDetails AWS API Documentation
|
5709
|
+
#
|
5710
|
+
class AwsEcsServicePlacementConstraintsDetails < Struct.new(
|
5711
|
+
:expression,
|
5712
|
+
:type)
|
5713
|
+
SENSITIVE = []
|
5714
|
+
include Aws::Structure
|
5715
|
+
end
|
5716
|
+
|
5717
|
+
# A placement strategy that determines how to place the tasks for the
|
5718
|
+
# service.
|
5719
|
+
#
|
5720
|
+
# @note When making an API call, you may pass AwsEcsServicePlacementStrategiesDetails
|
5721
|
+
# data as a hash:
|
5722
|
+
#
|
5723
|
+
# {
|
5724
|
+
# field: "NonEmptyString",
|
5725
|
+
# type: "NonEmptyString",
|
5726
|
+
# }
|
5727
|
+
#
|
5728
|
+
# @!attribute [rw] field
|
5729
|
+
# The field to apply the placement strategy against.
|
5730
|
+
#
|
5731
|
+
# For the `spread` placement strategy, valid values are `instanceId`
|
5732
|
+
# (or `host`, which has the same effect), or any platform or custom
|
5733
|
+
# attribute that is applied to a container instance, such as
|
5734
|
+
# `attribute:ecs.availability-zone`.
|
5735
|
+
#
|
5736
|
+
# For the `binpack` placement strategy, valid values are `cpu` and
|
5737
|
+
# `memory`.
|
5738
|
+
#
|
5739
|
+
# For the `random` placement strategy, this attribute is not used.
|
5740
|
+
# @return [String]
|
5741
|
+
#
|
5742
|
+
# @!attribute [rw] type
|
5743
|
+
# The type of placement strategy.
|
5744
|
+
#
|
5745
|
+
# The `random` placement strategy randomly places tasks on available
|
5746
|
+
# candidates.
|
5747
|
+
#
|
5748
|
+
# The `spread` placement strategy spreads placement across available
|
5749
|
+
# candidates evenly based on the value of `Field`.
|
5750
|
+
#
|
5751
|
+
# The `binpack` strategy places tasks on available candidates that
|
5752
|
+
# have the least available amount of the resource that is specified in
|
5753
|
+
# `Field`.
|
5754
|
+
#
|
5755
|
+
# Valid values: `random` \| `spread` \| `binpack`
|
5756
|
+
# @return [String]
|
5757
|
+
#
|
5758
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServicePlacementStrategiesDetails AWS API Documentation
|
5085
5759
|
#
|
5086
|
-
class
|
5087
|
-
:
|
5088
|
-
:
|
5089
|
-
:weight)
|
5760
|
+
class AwsEcsServicePlacementStrategiesDetails < Struct.new(
|
5761
|
+
:field,
|
5762
|
+
:type)
|
5090
5763
|
SENSITIVE = []
|
5091
5764
|
include Aws::Structure
|
5092
5765
|
end
|
5093
5766
|
|
5094
|
-
#
|
5767
|
+
# Information about a service discovery registry to assign to the
|
5768
|
+
# service.
|
5095
5769
|
#
|
5096
|
-
# @note When making an API call, you may pass
|
5770
|
+
# @note When making an API call, you may pass AwsEcsServiceServiceRegistriesDetails
|
5097
5771
|
# data as a hash:
|
5098
5772
|
#
|
5099
5773
|
# {
|
5100
|
-
#
|
5101
|
-
#
|
5102
|
-
#
|
5103
|
-
#
|
5104
|
-
# value: "NonEmptyString",
|
5105
|
-
# },
|
5106
|
-
# ],
|
5107
|
-
# configuration: {
|
5108
|
-
# execute_command_configuration: {
|
5109
|
-
# kms_key_id: "NonEmptyString",
|
5110
|
-
# log_configuration: {
|
5111
|
-
# cloud_watch_encryption_enabled: false,
|
5112
|
-
# cloud_watch_log_group_name: "NonEmptyString",
|
5113
|
-
# s3_bucket_name: "NonEmptyString",
|
5114
|
-
# s3_encryption_enabled: false,
|
5115
|
-
# s3_key_prefix: "NonEmptyString",
|
5116
|
-
# },
|
5117
|
-
# logging: "NonEmptyString",
|
5118
|
-
# },
|
5119
|
-
# },
|
5120
|
-
# default_capacity_provider_strategy: [
|
5121
|
-
# {
|
5122
|
-
# base: 1,
|
5123
|
-
# capacity_provider: "NonEmptyString",
|
5124
|
-
# weight: 1,
|
5125
|
-
# },
|
5126
|
-
# ],
|
5774
|
+
# container_name: "NonEmptyString",
|
5775
|
+
# container_port: 1,
|
5776
|
+
# port: 1,
|
5777
|
+
# registry_arn: "NonEmptyString",
|
5127
5778
|
# }
|
5128
5779
|
#
|
5129
|
-
# @!attribute [rw]
|
5130
|
-
# The
|
5131
|
-
# the cluster.
|
5132
|
-
# @return [Array<String>]
|
5780
|
+
# @!attribute [rw] container_name
|
5781
|
+
# The container name value to use for the service discovery service.
|
5133
5782
|
#
|
5134
|
-
#
|
5135
|
-
#
|
5136
|
-
# configure whether to enable CloudWatch Container Insights for the
|
5137
|
-
# cluster.
|
5138
|
-
# @return [Array<Types::AwsEcsClusterClusterSettingsDetails>]
|
5783
|
+
# If the task definition uses the `bridge` or `host` network mode, you
|
5784
|
+
# must specify `ContainerName` and `ContainerPort`.
|
5139
5785
|
#
|
5140
|
-
#
|
5141
|
-
#
|
5142
|
-
#
|
5786
|
+
# If the task definition uses the `awsvpc` network mode and a type SRV
|
5787
|
+
# DNS record, you must specify either `ContainerName` and
|
5788
|
+
# `ContainerPort`, or `Port` , but not both.
|
5789
|
+
# @return [String]
|
5143
5790
|
#
|
5144
|
-
# @!attribute [rw]
|
5145
|
-
# The
|
5146
|
-
# capacity provider strategy is used when services or tasks are run
|
5147
|
-
# without a specified launch type or capacity provider strategy.
|
5148
|
-
# @return [Array<Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails>]
|
5791
|
+
# @!attribute [rw] container_port
|
5792
|
+
# The port value to use for the service discovery service.
|
5149
5793
|
#
|
5150
|
-
#
|
5794
|
+
# If the task definition uses the `bridge` or `host` network mode, you
|
5795
|
+
# must specify `ContainerName` and `ContainerPort`.
|
5151
5796
|
#
|
5152
|
-
|
5153
|
-
|
5154
|
-
|
5155
|
-
|
5156
|
-
|
5797
|
+
# If the task definition uses the `awsvpc` network mode and a type SRV
|
5798
|
+
# DNS record, you must specify either `ContainerName` and
|
5799
|
+
# `ContainerPort`, or `Port` , but not both.
|
5800
|
+
# @return [Integer]
|
5801
|
+
#
|
5802
|
+
# @!attribute [rw] port
|
5803
|
+
# The port value to use for a service discovery service that specifies
|
5804
|
+
# an SRV record. This field can be used if both the `awsvpc`awsvpc
|
5805
|
+
# network mode and SRV records are used.
|
5806
|
+
# @return [Integer]
|
5807
|
+
#
|
5808
|
+
# @!attribute [rw] registry_arn
|
5809
|
+
# The ARN of the service registry.
|
5810
|
+
# @return [String]
|
5811
|
+
#
|
5812
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceServiceRegistriesDetails AWS API Documentation
|
5813
|
+
#
|
5814
|
+
class AwsEcsServiceServiceRegistriesDetails < Struct.new(
|
5815
|
+
:container_name,
|
5816
|
+
:container_port,
|
5817
|
+
:port,
|
5818
|
+
:registry_arn)
|
5157
5819
|
SENSITIVE = []
|
5158
5820
|
include Aws::Structure
|
5159
5821
|
end
|
@@ -6515,7 +7177,8 @@ module Aws::SecurityHub
|
|
6515
7177
|
#
|
6516
7178
|
# @!attribute [rw] task_role_arn
|
6517
7179
|
# The short name or ARN of the IAM role that grants containers in the
|
6518
|
-
# task permission to call
|
7180
|
+
# task permission to call Amazon Web Services API operations on your
|
7181
|
+
# behalf.
|
6519
7182
|
# @return [String]
|
6520
7183
|
#
|
6521
7184
|
# @!attribute [rw] volumes
|
@@ -7112,7 +7775,7 @@ module Aws::SecurityHub
|
|
7112
7775
|
include Aws::Structure
|
7113
7776
|
end
|
7114
7777
|
|
7115
|
-
# Information about an Elasticsearch domain.
|
7778
|
+
# Information about an Amazon Elasticsearch Service domain.
|
7116
7779
|
#
|
7117
7780
|
# @note When making an API call, you may pass AwsElasticsearchDomainDetails
|
7118
7781
|
# data as a hash:
|
@@ -7130,6 +7793,17 @@ module Aws::SecurityHub
|
|
7130
7793
|
# "NonEmptyString" => "NonEmptyString",
|
7131
7794
|
# },
|
7132
7795
|
# elasticsearch_version: "NonEmptyString",
|
7796
|
+
# elasticsearch_cluster_config: {
|
7797
|
+
# dedicated_master_count: 1,
|
7798
|
+
# dedicated_master_enabled: false,
|
7799
|
+
# dedicated_master_type: "NonEmptyString",
|
7800
|
+
# instance_count: 1,
|
7801
|
+
# instance_type: "NonEmptyString",
|
7802
|
+
# zone_awareness_config: {
|
7803
|
+
# availability_zone_count: 1,
|
7804
|
+
# },
|
7805
|
+
# zone_awareness_enabled: false,
|
7806
|
+
# },
|
7133
7807
|
# encryption_at_rest_options: {
|
7134
7808
|
# enabled: false,
|
7135
7809
|
# kms_key_id: "NonEmptyString",
|
@@ -7143,6 +7817,10 @@ module Aws::SecurityHub
|
|
7143
7817
|
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
7144
7818
|
# enabled: false,
|
7145
7819
|
# },
|
7820
|
+
# audit_logs: {
|
7821
|
+
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
7822
|
+
# enabled: false,
|
7823
|
+
# },
|
7146
7824
|
# },
|
7147
7825
|
# node_to_node_encryption_options: {
|
7148
7826
|
# enabled: false,
|
@@ -7166,7 +7844,7 @@ module Aws::SecurityHub
|
|
7166
7844
|
#
|
7167
7845
|
# @!attribute [rw] access_policies
|
7168
7846
|
# IAM policy document specifying the access policies for the new
|
7169
|
-
#
|
7847
|
+
# Elasticsearch domain.
|
7170
7848
|
# @return [String]
|
7171
7849
|
#
|
7172
7850
|
# @!attribute [rw] domain_endpoint_options
|
@@ -7174,14 +7852,14 @@ module Aws::SecurityHub
|
|
7174
7852
|
# @return [Types::AwsElasticsearchDomainDomainEndpointOptions]
|
7175
7853
|
#
|
7176
7854
|
# @!attribute [rw] domain_id
|
7177
|
-
# Unique identifier for an
|
7855
|
+
# Unique identifier for an Elasticsearch domain.
|
7178
7856
|
# @return [String]
|
7179
7857
|
#
|
7180
7858
|
# @!attribute [rw] domain_name
|
7181
|
-
# Name of an
|
7859
|
+
# Name of an Elasticsearch domain.
|
7182
7860
|
#
|
7183
7861
|
# Domain names are unique across all domains owned by the same account
|
7184
|
-
# within an
|
7862
|
+
# within an Amazon Web Services Region.
|
7185
7863
|
#
|
7186
7864
|
# Domain names must start with a lowercase letter and must be between
|
7187
7865
|
# 3 and 28 characters.
|
@@ -7191,13 +7869,13 @@ module Aws::SecurityHub
|
|
7191
7869
|
#
|
7192
7870
|
# @!attribute [rw] endpoint
|
7193
7871
|
# Domain-specific endpoint used to submit index, search, and data
|
7194
|
-
# upload requests to an
|
7872
|
+
# upload requests to an Elasticsearch domain.
|
7195
7873
|
#
|
7196
7874
|
# The endpoint is a service URL.
|
7197
7875
|
# @return [String]
|
7198
7876
|
#
|
7199
7877
|
# @!attribute [rw] endpoints
|
7200
|
-
# The key-value pair that exists if the
|
7878
|
+
# The key-value pair that exists if the Elasticsearch domain uses VPC
|
7201
7879
|
# endpoints.
|
7202
7880
|
# @return [Hash<String,String>]
|
7203
7881
|
#
|
@@ -7205,6 +7883,10 @@ module Aws::SecurityHub
|
|
7205
7883
|
# Elasticsearch version.
|
7206
7884
|
# @return [String]
|
7207
7885
|
#
|
7886
|
+
# @!attribute [rw] elasticsearch_cluster_config
|
7887
|
+
# Information about an Elasticsearch cluster configuration.
|
7888
|
+
# @return [Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails]
|
7889
|
+
#
|
7208
7890
|
# @!attribute [rw] encryption_at_rest_options
|
7209
7891
|
# Details about the configuration for encryption at rest.
|
7210
7892
|
# @return [Types::AwsElasticsearchDomainEncryptionAtRestOptions]
|
@@ -7224,7 +7906,7 @@ module Aws::SecurityHub
|
|
7224
7906
|
# @return [Types::AwsElasticsearchDomainServiceSoftwareOptions]
|
7225
7907
|
#
|
7226
7908
|
# @!attribute [rw] vpc_options
|
7227
|
-
# Information that
|
7909
|
+
# Information that Elasticsearch derives based on `VPCOptions` for the
|
7228
7910
|
# domain.
|
7229
7911
|
# @return [Types::AwsElasticsearchDomainVPCOptions]
|
7230
7912
|
#
|
@@ -7238,6 +7920,7 @@ module Aws::SecurityHub
|
|
7238
7920
|
:endpoint,
|
7239
7921
|
:endpoints,
|
7240
7922
|
:elasticsearch_version,
|
7923
|
+
:elasticsearch_cluster_config,
|
7241
7924
|
:encryption_at_rest_options,
|
7242
7925
|
:log_publishing_options,
|
7243
7926
|
:node_to_node_encryption_options,
|
@@ -7282,6 +7965,100 @@ module Aws::SecurityHub
|
|
7282
7965
|
include Aws::Structure
|
7283
7966
|
end
|
7284
7967
|
|
7968
|
+
# details about the configuration of an Elasticsearch cluster.
|
7969
|
+
#
|
7970
|
+
# @note When making an API call, you may pass AwsElasticsearchDomainElasticsearchClusterConfigDetails
|
7971
|
+
# data as a hash:
|
7972
|
+
#
|
7973
|
+
# {
|
7974
|
+
# dedicated_master_count: 1,
|
7975
|
+
# dedicated_master_enabled: false,
|
7976
|
+
# dedicated_master_type: "NonEmptyString",
|
7977
|
+
# instance_count: 1,
|
7978
|
+
# instance_type: "NonEmptyString",
|
7979
|
+
# zone_awareness_config: {
|
7980
|
+
# availability_zone_count: 1,
|
7981
|
+
# },
|
7982
|
+
# zone_awareness_enabled: false,
|
7983
|
+
# }
|
7984
|
+
#
|
7985
|
+
# @!attribute [rw] dedicated_master_count
|
7986
|
+
# The number of instances to use for the master node. If this
|
7987
|
+
# attribute is specified, then `DedicatedMasterEnabled` must be
|
7988
|
+
# `true`.
|
7989
|
+
# @return [Integer]
|
7990
|
+
#
|
7991
|
+
# @!attribute [rw] dedicated_master_enabled
|
7992
|
+
# Whether to use a dedicated master node for the Elasticsearch domain.
|
7993
|
+
# A dedicated master node performs cluster management tasks, but
|
7994
|
+
# doesn't hold data or respond to data upload requests.
|
7995
|
+
# @return [Boolean]
|
7996
|
+
#
|
7997
|
+
# @!attribute [rw] dedicated_master_type
|
7998
|
+
# The hardware configuration of the computer that hosts the dedicated
|
7999
|
+
# master node. For example, `m3.medium.elasticsearch`. If this
|
8000
|
+
# attribute is specified, then `DedicatedMasterEnabled` must be
|
8001
|
+
# `true`.
|
8002
|
+
# @return [String]
|
8003
|
+
#
|
8004
|
+
# @!attribute [rw] instance_count
|
8005
|
+
# The number of data nodes to use in the Elasticsearch domain.
|
8006
|
+
# @return [Integer]
|
8007
|
+
#
|
8008
|
+
# @!attribute [rw] instance_type
|
8009
|
+
# The instance type for your data nodes. For example,
|
8010
|
+
# `m3.medium.elasticsearch`.
|
8011
|
+
# @return [String]
|
8012
|
+
#
|
8013
|
+
# @!attribute [rw] zone_awareness_config
|
8014
|
+
# Configuration options for zone awareness. Provided if
|
8015
|
+
# `ZoneAwarenessEnabled` is `true`.
|
8016
|
+
# @return [Types::AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails]
|
8017
|
+
#
|
8018
|
+
# @!attribute [rw] zone_awareness_enabled
|
8019
|
+
# Whether to enable zone awareness for the Elasticsearch domain. When
|
8020
|
+
# zone awareness is enabled, Elasticsearch allocates the cluster's
|
8021
|
+
# nodes and replica index shards across Availability Zones in the same
|
8022
|
+
# Region. This prevents data loss and minimizes downtime if a node or
|
8023
|
+
# data center fails.
|
8024
|
+
# @return [Boolean]
|
8025
|
+
#
|
8026
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElasticsearchDomainElasticsearchClusterConfigDetails AWS API Documentation
|
8027
|
+
#
|
8028
|
+
class AwsElasticsearchDomainElasticsearchClusterConfigDetails < Struct.new(
|
8029
|
+
:dedicated_master_count,
|
8030
|
+
:dedicated_master_enabled,
|
8031
|
+
:dedicated_master_type,
|
8032
|
+
:instance_count,
|
8033
|
+
:instance_type,
|
8034
|
+
:zone_awareness_config,
|
8035
|
+
:zone_awareness_enabled)
|
8036
|
+
SENSITIVE = []
|
8037
|
+
include Aws::Structure
|
8038
|
+
end
|
8039
|
+
|
8040
|
+
# Configuration options for zone awareness.
|
8041
|
+
#
|
8042
|
+
# @note When making an API call, you may pass AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
|
8043
|
+
# data as a hash:
|
8044
|
+
#
|
8045
|
+
# {
|
8046
|
+
# availability_zone_count: 1,
|
8047
|
+
# }
|
8048
|
+
#
|
8049
|
+
# @!attribute [rw] availability_zone_count
|
8050
|
+
# he number of Availability Zones that the domain uses. Valid values
|
8051
|
+
# are 2 and 3. The default is 2.
|
8052
|
+
# @return [Integer]
|
8053
|
+
#
|
8054
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails AWS API Documentation
|
8055
|
+
#
|
8056
|
+
class AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails < Struct.new(
|
8057
|
+
:availability_zone_count)
|
8058
|
+
SENSITIVE = []
|
8059
|
+
include Aws::Structure
|
8060
|
+
end
|
8061
|
+
|
7285
8062
|
# Details about the configuration for encryption at rest.
|
7286
8063
|
#
|
7287
8064
|
# @note When making an API call, you may pass AwsElasticsearchDomainEncryptionAtRestOptions
|
@@ -7324,6 +8101,10 @@ module Aws::SecurityHub
|
|
7324
8101
|
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
7325
8102
|
# enabled: false,
|
7326
8103
|
# },
|
8104
|
+
# audit_logs: {
|
8105
|
+
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
8106
|
+
# enabled: false,
|
8107
|
+
# },
|
7327
8108
|
# }
|
7328
8109
|
#
|
7329
8110
|
# @!attribute [rw] index_slow_logs
|
@@ -7334,11 +8115,16 @@ module Aws::SecurityHub
|
|
7334
8115
|
# Configures the Elasticsearch search slow log publishing.
|
7335
8116
|
# @return [Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig]
|
7336
8117
|
#
|
8118
|
+
# @!attribute [rw] audit_logs
|
8119
|
+
# The log configuration.
|
8120
|
+
# @return [Types::AwsElasticsearchDomainLogPublishingOptionsLogConfig]
|
8121
|
+
#
|
7337
8122
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElasticsearchDomainLogPublishingOptions AWS API Documentation
|
7338
8123
|
#
|
7339
8124
|
class AwsElasticsearchDomainLogPublishingOptions < Struct.new(
|
7340
8125
|
:index_slow_logs,
|
7341
|
-
:search_slow_logs
|
8126
|
+
:search_slow_logs,
|
8127
|
+
:audit_logs)
|
7342
8128
|
SENSITIVE = []
|
7343
8129
|
include Aws::Structure
|
7344
8130
|
end
|
@@ -7452,7 +8238,7 @@ module Aws::SecurityHub
|
|
7452
8238
|
include Aws::Structure
|
7453
8239
|
end
|
7454
8240
|
|
7455
|
-
# Information that
|
8241
|
+
# Information that Elasticsearch derives based on `VPCOptions` for the
|
7456
8242
|
# domain.
|
7457
8243
|
#
|
7458
8244
|
# @note When making an API call, you may pass AwsElasticsearchDomainVPCOptions
|
@@ -8369,7 +9155,7 @@ module Aws::SecurityHub
|
|
8369
9155
|
# @return [String]
|
8370
9156
|
#
|
8371
9157
|
# @!attribute [rw] account_id
|
8372
|
-
# The
|
9158
|
+
# The Amazon Web Services account ID of the account for the key.
|
8373
9159
|
# @return [String]
|
8374
9160
|
#
|
8375
9161
|
# @!attribute [rw] access_key_id
|
@@ -8496,7 +9282,8 @@ module Aws::SecurityHub
|
|
8496
9282
|
# @return [String]
|
8497
9283
|
#
|
8498
9284
|
# @!attribute [rw] account_id
|
8499
|
-
# The identifier of the
|
9285
|
+
# The identifier of the Amazon Web Services account that created the
|
9286
|
+
# session.
|
8500
9287
|
# @return [String]
|
8501
9288
|
#
|
8502
9289
|
# @!attribute [rw] user_name
|
@@ -9189,7 +9976,8 @@ module Aws::SecurityHub
|
|
9189
9976
|
# }
|
9190
9977
|
#
|
9191
9978
|
# @!attribute [rw] aws_account_id
|
9192
|
-
# The twelve-digit account ID of the
|
9979
|
+
# The twelve-digit account ID of the Amazon Web Services account that
|
9980
|
+
# owns the CMK.
|
9193
9981
|
# @return [String]
|
9194
9982
|
#
|
9195
9983
|
# @!attribute [rw] creation_date
|
@@ -9209,8 +9997,8 @@ module Aws::SecurityHub
|
|
9209
9997
|
# @return [String]
|
9210
9998
|
#
|
9211
9999
|
# @!attribute [rw] key_manager
|
9212
|
-
# The manager of the CMK. CMKs in your
|
9213
|
-
# managed or
|
10000
|
+
# The manager of the CMK. CMKs in your Amazon Web Services account are
|
10001
|
+
# either customer managed or Amazon Web Services managed.
|
9214
10002
|
# @return [String]
|
9215
10003
|
#
|
9216
10004
|
# @!attribute [rw] key_state
|
@@ -9220,14 +10008,14 @@ module Aws::SecurityHub
|
|
9220
10008
|
# @!attribute [rw] origin
|
9221
10009
|
# The source of the CMK's key material.
|
9222
10010
|
#
|
9223
|
-
# When this value is `AWS_KMS`,
|
10011
|
+
# When this value is `AWS_KMS`, KMS created the key material.
|
9224
10012
|
#
|
9225
10013
|
# When this value is `EXTERNAL`, the key material was imported from
|
9226
10014
|
# your existing key management infrastructure or the CMK lacks key
|
9227
10015
|
# material.
|
9228
10016
|
#
|
9229
10017
|
# When this value is `AWS_CLOUDHSM`, the key material was created in
|
9230
|
-
# the
|
10018
|
+
# the CloudHSM cluster associated with a custom key store.
|
9231
10019
|
# @return [String]
|
9232
10020
|
#
|
9233
10021
|
# @!attribute [rw] description
|
@@ -9262,8 +10050,9 @@ module Aws::SecurityHub
|
|
9262
10050
|
# }
|
9263
10051
|
#
|
9264
10052
|
# @!attribute [rw] s3_bucket
|
9265
|
-
# An Amazon S3 bucket in the same
|
9266
|
-
# bucket can be in a different
|
10053
|
+
# An Amazon S3 bucket in the same Amazon Web Services Region as your
|
10054
|
+
# function. The bucket can be in a different Amazon Web Services
|
10055
|
+
# account.
|
9267
10056
|
# @return [String]
|
9268
10057
|
#
|
9269
10058
|
# @!attribute [rw] s3_key
|
@@ -9276,8 +10065,9 @@ module Aws::SecurityHub
|
|
9276
10065
|
# @return [String]
|
9277
10066
|
#
|
9278
10067
|
# @!attribute [rw] zip_file
|
9279
|
-
# The base64-encoded contents of the deployment package.
|
9280
|
-
#
|
10068
|
+
# The base64-encoded contents of the deployment package. Amazon Web
|
10069
|
+
# Services SDK and Amazon Web Services CLI clients handle the encoding
|
10070
|
+
# for you.
|
9281
10071
|
# @return [String]
|
9282
10072
|
#
|
9283
10073
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsLambdaFunctionCode AWS API Documentation
|
@@ -9301,7 +10091,7 @@ module Aws::SecurityHub
|
|
9301
10091
|
# }
|
9302
10092
|
#
|
9303
10093
|
# @!attribute [rw] target_arn
|
9304
|
-
# The ARN of an
|
10094
|
+
# The ARN of an SQS queue or SNS topic.
|
9305
10095
|
# @return [String]
|
9306
10096
|
#
|
9307
10097
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsLambdaFunctionDeadLetterConfig AWS API Documentation
|
@@ -9389,7 +10179,7 @@ module Aws::SecurityHub
|
|
9389
10179
|
# @return [String]
|
9390
10180
|
#
|
9391
10181
|
# @!attribute [rw] kms_key_arn
|
9392
|
-
# The KMS key that
|
10182
|
+
# The KMS key that is used to encrypt the function's environment
|
9393
10183
|
# variables. This key is only returned if you've configured a
|
9394
10184
|
# customer managed CMK.
|
9395
10185
|
# @return [String]
|
@@ -9436,7 +10226,7 @@ module Aws::SecurityHub
|
|
9436
10226
|
# @return [Integer]
|
9437
10227
|
#
|
9438
10228
|
# @!attribute [rw] tracing_config
|
9439
|
-
# The function's
|
10229
|
+
# The function's X-Ray tracing configuration.
|
9440
10230
|
# @return [Types::AwsLambdaFunctionTracingConfig]
|
9441
10231
|
#
|
9442
10232
|
# @!attribute [rw] vpc_config
|
@@ -9531,7 +10321,7 @@ module Aws::SecurityHub
|
|
9531
10321
|
include Aws::Structure
|
9532
10322
|
end
|
9533
10323
|
|
9534
|
-
# An
|
10324
|
+
# An Lambda layer.
|
9535
10325
|
#
|
9536
10326
|
# @note When making an API call, you may pass AwsLambdaFunctionLayer
|
9537
10327
|
# data as a hash:
|
@@ -9558,7 +10348,7 @@ module Aws::SecurityHub
|
|
9558
10348
|
include Aws::Structure
|
9559
10349
|
end
|
9560
10350
|
|
9561
|
-
# The function's
|
10351
|
+
# The function's X-Ray tracing configuration.
|
9562
10352
|
#
|
9563
10353
|
# @note When making an API call, you may pass AwsLambdaFunctionTracingConfig
|
9564
10354
|
# data as a hash:
|
@@ -9854,13 +10644,13 @@ module Aws::SecurityHub
|
|
9854
10644
|
# @return [Boolean]
|
9855
10645
|
#
|
9856
10646
|
# @!attribute [rw] kms_key_id
|
9857
|
-
# The ARN of the
|
9858
|
-
#
|
10647
|
+
# The ARN of the KMS master key that is used to encrypt the database
|
10648
|
+
# instances in the DB cluster.
|
9859
10649
|
# @return [String]
|
9860
10650
|
#
|
9861
10651
|
# @!attribute [rw] db_cluster_resource_id
|
9862
10652
|
# The identifier of the DB cluster. The identifier must be unique
|
9863
|
-
# within each
|
10653
|
+
# within each Amazon Web Services Region and is immutable.
|
9864
10654
|
# @return [String]
|
9865
10655
|
#
|
9866
10656
|
# @!attribute [rw] associated_roles
|
@@ -9909,7 +10699,7 @@ module Aws::SecurityHub
|
|
9909
10699
|
#
|
9910
10700
|
# @!attribute [rw] cross_account_clone
|
9911
10701
|
# Whether the DB cluster is a clone of a DB cluster owned by a
|
9912
|
-
# different
|
10702
|
+
# different Amazon Web Services account.
|
9913
10703
|
# @return [Boolean]
|
9914
10704
|
#
|
9915
10705
|
# @!attribute [rw] domain_memberships
|
@@ -10160,8 +10950,8 @@ module Aws::SecurityHub
|
|
10160
10950
|
# @return [Boolean]
|
10161
10951
|
#
|
10162
10952
|
# @!attribute [rw] kms_key_id
|
10163
|
-
# The ARN of the
|
10164
|
-
#
|
10953
|
+
# The ARN of the KMS master key that is used to encrypt the database
|
10954
|
+
# instances in the DB cluster.
|
10165
10955
|
# @return [String]
|
10166
10956
|
#
|
10167
10957
|
# @!attribute [rw] db_cluster_identifier
|
@@ -10243,8 +11033,7 @@ module Aws::SecurityHub
|
|
10243
11033
|
include Aws::Structure
|
10244
11034
|
end
|
10245
11035
|
|
10246
|
-
# An
|
10247
|
-
# DB instance.
|
11036
|
+
# An IAM role associated with the DB instance.
|
10248
11037
|
#
|
10249
11038
|
# @note When making an API call, you may pass AwsRdsDbInstanceAssociatedRole
|
10250
11039
|
# data as a hash:
|
@@ -10260,7 +11049,7 @@ module Aws::SecurityHub
|
|
10260
11049
|
# @return [String]
|
10261
11050
|
#
|
10262
11051
|
# @!attribute [rw] feature_name
|
10263
|
-
# The name of the feature associated with the IAM
|
11052
|
+
# The name of the feature associated with the IAM role.
|
10264
11053
|
# @return [String]
|
10265
11054
|
#
|
10266
11055
|
# @!attribute [rw] status
|
@@ -10269,14 +11058,15 @@ module Aws::SecurityHub
|
|
10269
11058
|
# values:
|
10270
11059
|
#
|
10271
11060
|
# * `ACTIVE` - The IAM role ARN is associated with the DB instance and
|
10272
|
-
# can be used to access other
|
11061
|
+
# can be used to access other Amazon Web Services services on your
|
11062
|
+
# behalf.
|
10273
11063
|
#
|
10274
11064
|
# * `PENDING` - The IAM role ARN is being associated with the DB
|
10275
11065
|
# instance.
|
10276
11066
|
#
|
10277
11067
|
# * `INVALID` - The IAM role ARN is associated with the DB instance.
|
10278
11068
|
# But the DB instance is unable to assume the IAM role in order to
|
10279
|
-
# access other
|
11069
|
+
# access other Amazon Web Services services on your behalf.
|
10280
11070
|
# @return [String]
|
10281
11071
|
#
|
10282
11072
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsDbInstanceAssociatedRole AWS API Documentation
|
@@ -10442,8 +11232,7 @@ module Aws::SecurityHub
|
|
10442
11232
|
# }
|
10443
11233
|
#
|
10444
11234
|
# @!attribute [rw] associated_roles
|
10445
|
-
# The
|
10446
|
-
# the DB instance.
|
11235
|
+
# The IAM roles associated with the DB instance.
|
10447
11236
|
# @return [Array<Types::AwsRdsDbInstanceAssociatedRole>]
|
10448
11237
|
#
|
10449
11238
|
# @!attribute [rw] ca_certificate_identifier
|
@@ -10472,9 +11261,9 @@ module Aws::SecurityHub
|
|
10472
11261
|
# @return [Integer]
|
10473
11262
|
#
|
10474
11263
|
# @!attribute [rw] dbi_resource_id
|
10475
|
-
# The
|
10476
|
-
# This identifier is found in
|
10477
|
-
#
|
11264
|
+
# The Amazon Web Services Region-unique, immutable identifier for the
|
11265
|
+
# DB instance. This identifier is found in CloudTrail log entries
|
11266
|
+
# whenever the KMS key for the DB instance is accessed.
|
10478
11267
|
# @return [String]
|
10479
11268
|
#
|
10480
11269
|
# @!attribute [rw] db_name
|
@@ -10515,8 +11304,8 @@ module Aws::SecurityHub
|
|
10515
11304
|
# @return [String]
|
10516
11305
|
#
|
10517
11306
|
# @!attribute [rw] iam_database_authentication_enabled
|
10518
|
-
# True if mapping of
|
10519
|
-
#
|
11307
|
+
# True if mapping of IAM accounts to database accounts is enabled, and
|
11308
|
+
# otherwise false.
|
10520
11309
|
#
|
10521
11310
|
# IAM database authentication can be enabled for the following
|
10522
11311
|
# database engines.
|
@@ -10541,7 +11330,7 @@ module Aws::SecurityHub
|
|
10541
11330
|
# @return [String]
|
10542
11331
|
#
|
10543
11332
|
# @!attribute [rw] kms_key_id
|
10544
|
-
# If `StorageEncrypted` is true, the
|
11333
|
+
# If `StorageEncrypted` is true, the KMS key identifier for the
|
10545
11334
|
# encrypted DB instance.
|
10546
11335
|
# @return [String]
|
10547
11336
|
#
|
@@ -10732,7 +11521,7 @@ module Aws::SecurityHub
|
|
10732
11521
|
# @return [Boolean]
|
10733
11522
|
#
|
10734
11523
|
# @!attribute [rw] performance_insights_kms_key_id
|
10735
|
-
# The identifier of the
|
11524
|
+
# The identifier of the KMS key used to encrypt the Performance
|
10736
11525
|
# Insights data.
|
10737
11526
|
# @return [String]
|
10738
11527
|
#
|
@@ -11194,7 +11983,8 @@ module Aws::SecurityHub
|
|
11194
11983
|
# @return [Integer]
|
11195
11984
|
#
|
11196
11985
|
# @!attribute [rw] source_region
|
11197
|
-
# The
|
11986
|
+
# The Amazon Web Services Region that the DB snapshot was created in
|
11987
|
+
# or copied from.
|
11198
11988
|
# @return [String]
|
11199
11989
|
#
|
11200
11990
|
# @!attribute [rw] source_db_snapshot_identifier
|
@@ -11215,8 +12005,8 @@ module Aws::SecurityHub
|
|
11215
12005
|
# @return [Boolean]
|
11216
12006
|
#
|
11217
12007
|
# @!attribute [rw] kms_key_id
|
11218
|
-
# If `Encrypted` is `true`, the
|
11219
|
-
#
|
12008
|
+
# If `Encrypted` is `true`, the KMS key identifier for the encrypted
|
12009
|
+
# DB snapshot.
|
11220
12010
|
# @return [String]
|
11221
12011
|
#
|
11222
12012
|
# @!attribute [rw] timezone
|
@@ -11427,6 +12217,96 @@ module Aws::SecurityHub
|
|
11427
12217
|
include Aws::Structure
|
11428
12218
|
end
|
11429
12219
|
|
12220
|
+
# Details about an Amazon RDS event notification subscription. The
|
12221
|
+
# subscription allows Amazon RDS to post events to an SNS topic.
|
12222
|
+
#
|
12223
|
+
# @note When making an API call, you may pass AwsRdsEventSubscriptionDetails
|
12224
|
+
# data as a hash:
|
12225
|
+
#
|
12226
|
+
# {
|
12227
|
+
# cust_subscription_id: "NonEmptyString",
|
12228
|
+
# customer_aws_id: "NonEmptyString",
|
12229
|
+
# enabled: false,
|
12230
|
+
# event_categories_list: ["NonEmptyString"],
|
12231
|
+
# event_subscription_arn: "NonEmptyString",
|
12232
|
+
# sns_topic_arn: "NonEmptyString",
|
12233
|
+
# source_ids_list: ["NonEmptyString"],
|
12234
|
+
# source_type: "NonEmptyString",
|
12235
|
+
# status: "NonEmptyString",
|
12236
|
+
# subscription_creation_time: "NonEmptyString",
|
12237
|
+
# }
|
12238
|
+
#
|
12239
|
+
# @!attribute [rw] cust_subscription_id
|
12240
|
+
# The identifier of the account that is associated with the event
|
12241
|
+
# notification subscription.
|
12242
|
+
# @return [String]
|
12243
|
+
#
|
12244
|
+
# @!attribute [rw] customer_aws_id
|
12245
|
+
# The identifier of the event notification subscription.
|
12246
|
+
# @return [String]
|
12247
|
+
#
|
12248
|
+
# @!attribute [rw] enabled
|
12249
|
+
# Whether the event notification subscription is enabled.
|
12250
|
+
# @return [Boolean]
|
12251
|
+
#
|
12252
|
+
# @!attribute [rw] event_categories_list
|
12253
|
+
# The list of event categories for the event notification
|
12254
|
+
# subscription.
|
12255
|
+
# @return [Array<String>]
|
12256
|
+
#
|
12257
|
+
# @!attribute [rw] event_subscription_arn
|
12258
|
+
# The ARN of the event notification subscription.
|
12259
|
+
# @return [String]
|
12260
|
+
#
|
12261
|
+
# @!attribute [rw] sns_topic_arn
|
12262
|
+
# The ARN of the SNS topic to post the event notifications to.
|
12263
|
+
# @return [String]
|
12264
|
+
#
|
12265
|
+
# @!attribute [rw] source_ids_list
|
12266
|
+
# A list of source identifiers for the event notification
|
12267
|
+
# subscription.
|
12268
|
+
# @return [Array<String>]
|
12269
|
+
#
|
12270
|
+
# @!attribute [rw] source_type
|
12271
|
+
# The source type for the event notification subscription.
|
12272
|
+
# @return [String]
|
12273
|
+
#
|
12274
|
+
# @!attribute [rw] status
|
12275
|
+
# The status of the event notification subscription.
|
12276
|
+
#
|
12277
|
+
# Valid values: `creating` \| `modifying` \| `deleting` \| `active` \|
|
12278
|
+
# `no-permission` \| `topic-not-exist`
|
12279
|
+
# @return [String]
|
12280
|
+
#
|
12281
|
+
# @!attribute [rw] subscription_creation_time
|
12282
|
+
# The datetime when the event notification subscription was created.
|
12283
|
+
#
|
12284
|
+
# Uses the `date-time` format specified in [RFC 3339 section 5.6,
|
12285
|
+
# Internet Date/Time Format][1]. The value cannot contain spaces. For
|
12286
|
+
# example, `2020-03-22T13:22:13.933Z`.
|
12287
|
+
#
|
12288
|
+
#
|
12289
|
+
#
|
12290
|
+
# [1]: https://tools.ietf.org/html/rfc3339#section-5.6
|
12291
|
+
# @return [String]
|
12292
|
+
#
|
12293
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsEventSubscriptionDetails AWS API Documentation
|
12294
|
+
#
|
12295
|
+
class AwsRdsEventSubscriptionDetails < Struct.new(
|
12296
|
+
:cust_subscription_id,
|
12297
|
+
:customer_aws_id,
|
12298
|
+
:enabled,
|
12299
|
+
:event_categories_list,
|
12300
|
+
:event_subscription_arn,
|
12301
|
+
:sns_topic_arn,
|
12302
|
+
:source_ids_list,
|
12303
|
+
:source_type,
|
12304
|
+
:status,
|
12305
|
+
:subscription_creation_time)
|
12306
|
+
SENSITIVE = []
|
12307
|
+
include Aws::Structure
|
12308
|
+
end
|
12309
|
+
|
11430
12310
|
# Identifies the log types to enable and disable.
|
11431
12311
|
#
|
11432
12312
|
# @note When making an API call, you may pass AwsRdsPendingCloudWatchLogsExports
|
@@ -11978,12 +12858,12 @@ module Aws::SecurityHub
|
|
11978
12858
|
# @return [Types::AwsRedshiftClusterHsmStatus]
|
11979
12859
|
#
|
11980
12860
|
# @!attribute [rw] iam_roles
|
11981
|
-
# A list of IAM roles that the cluster can use to access other
|
11982
|
-
# services.
|
12861
|
+
# A list of IAM roles that the cluster can use to access other Amazon
|
12862
|
+
# Web Services services.
|
11983
12863
|
# @return [Array<Types::AwsRedshiftClusterIamRole>]
|
11984
12864
|
#
|
11985
12865
|
# @!attribute [rw] kms_key_id
|
11986
|
-
# The identifier of the
|
12866
|
+
# The identifier of the KMS encryption key that is used to encrypt
|
11987
12867
|
# data in the cluster.
|
11988
12868
|
# @return [String]
|
11989
12869
|
#
|
@@ -12229,7 +13109,8 @@ module Aws::SecurityHub
|
|
12229
13109
|
include Aws::Structure
|
12230
13110
|
end
|
12231
13111
|
|
12232
|
-
# An IAM role that the cluster can use to access other
|
13112
|
+
# An IAM role that the cluster can use to access other Amazon Web
|
13113
|
+
# Services services.
|
12233
13114
|
#
|
12234
13115
|
# @note When making an API call, you may pass AwsRedshiftClusterIamRole
|
12235
13116
|
# data as a hash:
|
@@ -12505,8 +13386,9 @@ module Aws::SecurityHub
|
|
12505
13386
|
#
|
12506
13387
|
# @!attribute [rw] restrict_public_buckets
|
12507
13388
|
# Indicates whether to restrict access to an access point or S3 bucket
|
12508
|
-
# that has a public policy to only
|
12509
|
-
# authorized users within the S3 bucket owner's
|
13389
|
+
# that has a public policy to only Amazon Web Services service
|
13390
|
+
# principals and authorized users within the S3 bucket owner's
|
13391
|
+
# account.
|
12510
13392
|
# @return [Boolean]
|
12511
13393
|
#
|
12512
13394
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3AccountPublicAccessBlockDetails AWS API Documentation
|
@@ -13135,8 +14017,7 @@ module Aws::SecurityHub
|
|
13135
14017
|
# @return [String]
|
13136
14018
|
#
|
13137
14019
|
# @!attribute [rw] kms_master_key_id
|
13138
|
-
#
|
13139
|
-
# encryption.
|
14020
|
+
# KMS customer master key (CMK) ID to use for the default encryption.
|
13140
14021
|
# @return [String]
|
13141
14022
|
#
|
13142
14023
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3BucketServerSideEncryptionByDefault AWS API Documentation
|
@@ -13248,9 +14129,8 @@ module Aws::SecurityHub
|
|
13248
14129
|
# @return [String]
|
13249
14130
|
#
|
13250
14131
|
# @!attribute [rw] ssekms_key_id
|
13251
|
-
# The identifier of the
|
13252
|
-
#
|
13253
|
-
# object.
|
14132
|
+
# The identifier of the KMS symmetric customer managed customer master
|
14133
|
+
# key (CMK) that was used for the object.
|
13254
14134
|
# @return [String]
|
13255
14135
|
#
|
13256
14136
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3ObjectDetails AWS API Documentation
|
@@ -13266,7 +14146,7 @@ module Aws::SecurityHub
|
|
13266
14146
|
include Aws::Structure
|
13267
14147
|
end
|
13268
14148
|
|
13269
|
-
# Details about an
|
14149
|
+
# Details about an Secrets Manager secret.
|
13270
14150
|
#
|
13271
14151
|
# @note When making an API call, you may pass AwsSecretsManagerSecretDetails
|
13272
14152
|
# data as a hash:
|
@@ -13294,9 +14174,9 @@ module Aws::SecurityHub
|
|
13294
14174
|
# @return [Boolean]
|
13295
14175
|
#
|
13296
14176
|
# @!attribute [rw] kms_key_id
|
13297
|
-
# The ARN, Key ID, or alias of the
|
13298
|
-
#
|
13299
|
-
#
|
14177
|
+
# The ARN, Key ID, or alias of the KMS customer master key (CMK) used
|
14178
|
+
# to encrypt the `SecretString` or `SecretBinary` values for versions
|
14179
|
+
# of this secret.
|
13300
14180
|
# @return [String]
|
13301
14181
|
#
|
13302
14182
|
# @!attribute [rw] rotation_enabled
|
@@ -13357,12 +14237,12 @@ module Aws::SecurityHub
|
|
13357
14237
|
|
13358
14238
|
# Provides consistent format for the contents of the Security
|
13359
14239
|
# Hub-aggregated findings. `AwsSecurityFinding` format enables you to
|
13360
|
-
# share findings between
|
13361
|
-
# solutions, and security standards checks.
|
14240
|
+
# share findings between Amazon Web Services security services and
|
14241
|
+
# third-party solutions, and security standards checks.
|
13362
14242
|
#
|
13363
|
-
# <note markdown="1"> A finding is a potential security issue generated either by
|
13364
|
-
# services
|
13365
|
-
#
|
14243
|
+
# <note markdown="1"> A finding is a potential security issue generated either by Amazon Web
|
14244
|
+
# Services services or by the integrated third-party solutions and
|
14245
|
+
# standards checks.
|
13366
14246
|
#
|
13367
14247
|
# </note>
|
13368
14248
|
#
|
@@ -13373,6 +14253,9 @@ module Aws::SecurityHub
|
|
13373
14253
|
# schema_version: "NonEmptyString", # required
|
13374
14254
|
# id: "NonEmptyString", # required
|
13375
14255
|
# product_arn: "NonEmptyString", # required
|
14256
|
+
# product_name: "NonEmptyString",
|
14257
|
+
# company_name: "NonEmptyString",
|
14258
|
+
# region: "NonEmptyString",
|
13376
14259
|
# generator_id: "NonEmptyString", # required
|
13377
14260
|
# aws_account_id: "NonEmptyString", # required
|
13378
14261
|
# types: ["NonEmptyString"],
|
@@ -13992,6 +14875,17 @@ module Aws::SecurityHub
|
|
13992
14875
|
# "NonEmptyString" => "NonEmptyString",
|
13993
14876
|
# },
|
13994
14877
|
# elasticsearch_version: "NonEmptyString",
|
14878
|
+
# elasticsearch_cluster_config: {
|
14879
|
+
# dedicated_master_count: 1,
|
14880
|
+
# dedicated_master_enabled: false,
|
14881
|
+
# dedicated_master_type: "NonEmptyString",
|
14882
|
+
# instance_count: 1,
|
14883
|
+
# instance_type: "NonEmptyString",
|
14884
|
+
# zone_awareness_config: {
|
14885
|
+
# availability_zone_count: 1,
|
14886
|
+
# },
|
14887
|
+
# zone_awareness_enabled: false,
|
14888
|
+
# },
|
13995
14889
|
# encryption_at_rest_options: {
|
13996
14890
|
# enabled: false,
|
13997
14891
|
# kms_key_id: "NonEmptyString",
|
@@ -14005,6 +14899,10 @@ module Aws::SecurityHub
|
|
14005
14899
|
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
14006
14900
|
# enabled: false,
|
14007
14901
|
# },
|
14902
|
+
# audit_logs: {
|
14903
|
+
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
14904
|
+
# enabled: false,
|
14905
|
+
# },
|
14008
14906
|
# },
|
14009
14907
|
# node_to_node_encryption_options: {
|
14010
14908
|
# enabled: false,
|
@@ -15391,6 +16289,87 @@ module Aws::SecurityHub
|
|
15391
16289
|
# other: {
|
15392
16290
|
# "NonEmptyString" => "NonEmptyString",
|
15393
16291
|
# },
|
16292
|
+
# aws_rds_event_subscription: {
|
16293
|
+
# cust_subscription_id: "NonEmptyString",
|
16294
|
+
# customer_aws_id: "NonEmptyString",
|
16295
|
+
# enabled: false,
|
16296
|
+
# event_categories_list: ["NonEmptyString"],
|
16297
|
+
# event_subscription_arn: "NonEmptyString",
|
16298
|
+
# sns_topic_arn: "NonEmptyString",
|
16299
|
+
# source_ids_list: ["NonEmptyString"],
|
16300
|
+
# source_type: "NonEmptyString",
|
16301
|
+
# status: "NonEmptyString",
|
16302
|
+
# subscription_creation_time: "NonEmptyString",
|
16303
|
+
# },
|
16304
|
+
# aws_ecs_service: {
|
16305
|
+
# capacity_provider_strategy: [
|
16306
|
+
# {
|
16307
|
+
# base: 1,
|
16308
|
+
# capacity_provider: "NonEmptyString",
|
16309
|
+
# weight: 1,
|
16310
|
+
# },
|
16311
|
+
# ],
|
16312
|
+
# cluster: "NonEmptyString",
|
16313
|
+
# deployment_configuration: {
|
16314
|
+
# deployment_circuit_breaker: {
|
16315
|
+
# enable: false,
|
16316
|
+
# rollback: false,
|
16317
|
+
# },
|
16318
|
+
# maximum_percent: 1,
|
16319
|
+
# minimum_healthy_percent: 1,
|
16320
|
+
# },
|
16321
|
+
# deployment_controller: {
|
16322
|
+
# type: "NonEmptyString",
|
16323
|
+
# },
|
16324
|
+
# desired_count: 1,
|
16325
|
+
# enable_ecs_managed_tags: false,
|
16326
|
+
# enable_execute_command: false,
|
16327
|
+
# health_check_grace_period_seconds: 1,
|
16328
|
+
# launch_type: "NonEmptyString",
|
16329
|
+
# load_balancers: [
|
16330
|
+
# {
|
16331
|
+
# container_name: "NonEmptyString",
|
16332
|
+
# container_port: 1,
|
16333
|
+
# load_balancer_name: "NonEmptyString",
|
16334
|
+
# target_group_arn: "NonEmptyString",
|
16335
|
+
# },
|
16336
|
+
# ],
|
16337
|
+
# name: "NonEmptyString",
|
16338
|
+
# network_configuration: {
|
16339
|
+
# aws_vpc_configuration: {
|
16340
|
+
# assign_public_ip: "NonEmptyString",
|
16341
|
+
# security_groups: ["NonEmptyString"],
|
16342
|
+
# subnets: ["NonEmptyString"],
|
16343
|
+
# },
|
16344
|
+
# },
|
16345
|
+
# placement_constraints: [
|
16346
|
+
# {
|
16347
|
+
# expression: "NonEmptyString",
|
16348
|
+
# type: "NonEmptyString",
|
16349
|
+
# },
|
16350
|
+
# ],
|
16351
|
+
# placement_strategies: [
|
16352
|
+
# {
|
16353
|
+
# field: "NonEmptyString",
|
16354
|
+
# type: "NonEmptyString",
|
16355
|
+
# },
|
16356
|
+
# ],
|
16357
|
+
# platform_version: "NonEmptyString",
|
16358
|
+
# propagate_tags: "NonEmptyString",
|
16359
|
+
# role: "NonEmptyString",
|
16360
|
+
# scheduling_strategy: "NonEmptyString",
|
16361
|
+
# service_arn: "NonEmptyString",
|
16362
|
+
# service_name: "NonEmptyString",
|
16363
|
+
# service_registries: [
|
16364
|
+
# {
|
16365
|
+
# container_name: "NonEmptyString",
|
16366
|
+
# container_port: 1,
|
16367
|
+
# port: 1,
|
16368
|
+
# registry_arn: "NonEmptyString",
|
16369
|
+
# },
|
16370
|
+
# ],
|
16371
|
+
# task_definition: "NonEmptyString",
|
16372
|
+
# },
|
15394
16373
|
# },
|
15395
16374
|
# },
|
15396
16375
|
# ],
|
@@ -15589,19 +16568,63 @@ module Aws::SecurityHub
|
|
15589
16568
|
# },
|
15590
16569
|
# }
|
15591
16570
|
#
|
15592
|
-
# @!attribute [rw] schema_version
|
15593
|
-
# The schema version that a finding is formatted for.
|
15594
|
-
# @return [String]
|
16571
|
+
# @!attribute [rw] schema_version
|
16572
|
+
# The schema version that a finding is formatted for.
|
16573
|
+
# @return [String]
|
16574
|
+
#
|
16575
|
+
# @!attribute [rw] id
|
16576
|
+
# The security findings provider-specific identifier for a finding.
|
16577
|
+
# @return [String]
|
16578
|
+
#
|
16579
|
+
# @!attribute [rw] product_arn
|
16580
|
+
# The ARN generated by Security Hub that uniquely identifies a product
|
16581
|
+
# that generates findings. This can be the ARN for a third-party
|
16582
|
+
# product that is integrated with Security Hub, or the ARN for a
|
16583
|
+
# custom integration.
|
16584
|
+
# @return [String]
|
16585
|
+
#
|
16586
|
+
# @!attribute [rw] product_name
|
16587
|
+
# The name of the product that generated the finding.
|
16588
|
+
#
|
16589
|
+
# Security Hub populates this attribute automatically for each
|
16590
|
+
# finding. You cannot update it using `BatchImportFindings` or
|
16591
|
+
# `BatchUpdateFindings`. The exception to this is when you use a
|
16592
|
+
# custom integration.
|
16593
|
+
#
|
16594
|
+
# When you use the Security Hub console to filter findings by product
|
16595
|
+
# name, you use this attribute.
|
16596
|
+
#
|
16597
|
+
# When you use the Security Hub API to filter findings by product
|
16598
|
+
# name, you use the `aws/securityhub/ProductyName` attribute under
|
16599
|
+
# `ProductFields`.
|
16600
|
+
#
|
16601
|
+
# Security Hub does not synchronize those two attributes.
|
16602
|
+
# @return [String]
|
16603
|
+
#
|
16604
|
+
# @!attribute [rw] company_name
|
16605
|
+
# The name of the company for the product that generated the finding.
|
16606
|
+
#
|
16607
|
+
# Security Hub populates this attribute automatically for each
|
16608
|
+
# finding. You cannot be updated using `BatchImportFindings` or
|
16609
|
+
# `BatchUpdateFindings`. The exception to this is when you use a
|
16610
|
+
# custom integration.
|
16611
|
+
#
|
16612
|
+
# When you use the Security Hub console to filter findings by company
|
16613
|
+
# name, you use this attribute.
|
15595
16614
|
#
|
15596
|
-
#
|
15597
|
-
#
|
16615
|
+
# When you use the Security Hub API to filter findings by company
|
16616
|
+
# name, you use the `aws/securityhub/CompanyName` attribute under
|
16617
|
+
# `ProductFields`.
|
16618
|
+
#
|
16619
|
+
# Security Hub does not synchronize those two attributes.
|
15598
16620
|
# @return [String]
|
15599
16621
|
#
|
15600
|
-
# @!attribute [rw]
|
15601
|
-
# The
|
15602
|
-
#
|
15603
|
-
#
|
15604
|
-
#
|
16622
|
+
# @!attribute [rw] region
|
16623
|
+
# The Region from which the finding was generated.
|
16624
|
+
#
|
16625
|
+
# Security Hub populates this attribute automatically for each
|
16626
|
+
# finding. You cannot update it using `BatchImportFindings` or
|
16627
|
+
# `BatchUpdateFindings`.
|
15605
16628
|
# @return [String]
|
15606
16629
|
#
|
15607
16630
|
# @!attribute [rw] generator_id
|
@@ -15612,7 +16635,7 @@ module Aws::SecurityHub
|
|
15612
16635
|
# @return [String]
|
15613
16636
|
#
|
15614
16637
|
# @!attribute [rw] aws_account_id
|
15615
|
-
# The
|
16638
|
+
# The Amazon Web Services account ID that a finding is generated in.
|
15616
16639
|
# @return [String]
|
15617
16640
|
#
|
15618
16641
|
# @!attribute [rw] types
|
@@ -15727,6 +16750,10 @@ module Aws::SecurityHub
|
|
15727
16750
|
# A data type where security-findings providers can include additional
|
15728
16751
|
# solution-specific details that aren't part of the defined
|
15729
16752
|
# `AwsSecurityFinding` format.
|
16753
|
+
#
|
16754
|
+
# Can contain up to 50 key-value pairs. For each key-value pair, the
|
16755
|
+
# key can contain up to 128 characters, and the value can contain up
|
16756
|
+
# to 2048 characters.
|
15730
16757
|
# @return [Hash<String,String>]
|
15731
16758
|
#
|
15732
16759
|
# @!attribute [rw] user_defined_fields
|
@@ -15764,8 +16791,8 @@ module Aws::SecurityHub
|
|
15764
16791
|
# @!attribute [rw] compliance
|
15765
16792
|
# This data type is exclusive to findings that are generated as the
|
15766
16793
|
# result of a check run against a specific rule in a supported
|
15767
|
-
# security standard, such as CIS
|
15768
|
-
# standard-related finding details.
|
16794
|
+
# security standard, such as CIS Amazon Web Services Foundations.
|
16795
|
+
# Contains security standard-related finding details.
|
15769
16796
|
# @return [Types::Compliance]
|
15770
16797
|
#
|
15771
16798
|
# @!attribute [rw] verification_state
|
@@ -15819,6 +16846,9 @@ module Aws::SecurityHub
|
|
15819
16846
|
:schema_version,
|
15820
16847
|
:id,
|
15821
16848
|
:product_arn,
|
16849
|
+
:product_name,
|
16850
|
+
:company_name,
|
16851
|
+
:region,
|
15822
16852
|
:generator_id,
|
15823
16853
|
:aws_account_id,
|
15824
16854
|
:types,
|
@@ -15891,6 +16921,12 @@ module Aws::SecurityHub
|
|
15891
16921
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
15892
16922
|
# },
|
15893
16923
|
# ],
|
16924
|
+
# region: [
|
16925
|
+
# {
|
16926
|
+
# value: "NonEmptyString",
|
16927
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
16928
|
+
# },
|
16929
|
+
# ],
|
15894
16930
|
# type: [
|
15895
16931
|
# {
|
15896
16932
|
# value: "NonEmptyString",
|
@@ -16300,6 +17336,12 @@ module Aws::SecurityHub
|
|
16300
17336
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
16301
17337
|
# },
|
16302
17338
|
# ],
|
17339
|
+
# resource_aws_iam_access_key_principal_name: [
|
17340
|
+
# {
|
17341
|
+
# value: "NonEmptyString",
|
17342
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
17343
|
+
# },
|
17344
|
+
# ],
|
16303
17345
|
# resource_aws_iam_access_key_status: [
|
16304
17346
|
# {
|
16305
17347
|
# value: "NonEmptyString",
|
@@ -16316,6 +17358,12 @@ module Aws::SecurityHub
|
|
16316
17358
|
# },
|
16317
17359
|
# },
|
16318
17360
|
# ],
|
17361
|
+
# resource_aws_iam_user_user_name: [
|
17362
|
+
# {
|
17363
|
+
# value: "NonEmptyString",
|
17364
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
17365
|
+
# },
|
17366
|
+
# ],
|
16319
17367
|
# resource_container_name: [
|
16320
17368
|
# {
|
16321
17369
|
# value: "NonEmptyString",
|
@@ -16474,7 +17522,7 @@ module Aws::SecurityHub
|
|
16474
17522
|
# @return [Array<Types::StringFilter>]
|
16475
17523
|
#
|
16476
17524
|
# @!attribute [rw] aws_account_id
|
16477
|
-
# The
|
17525
|
+
# The Amazon Web Services account ID that a finding is generated in.
|
16478
17526
|
# @return [Array<Types::StringFilter>]
|
16479
17527
|
#
|
16480
17528
|
# @!attribute [rw] id
|
@@ -16488,6 +17536,10 @@ module Aws::SecurityHub
|
|
16488
17536
|
# a detector, a plugin, etc.
|
16489
17537
|
# @return [Array<Types::StringFilter>]
|
16490
17538
|
#
|
17539
|
+
# @!attribute [rw] region
|
17540
|
+
# The Region from which the finding was generated.
|
17541
|
+
# @return [Array<Types::StringFilter>]
|
17542
|
+
#
|
16491
17543
|
# @!attribute [rw] type
|
16492
17544
|
# A finding type in the format of `namespace/category/classifier` that
|
16493
17545
|
# classifies a finding.
|
@@ -16573,11 +17625,19 @@ module Aws::SecurityHub
|
|
16573
17625
|
#
|
16574
17626
|
# @!attribute [rw] product_name
|
16575
17627
|
# The name of the solution (product) that generates findings.
|
17628
|
+
#
|
17629
|
+
# Note that this is a filter against the `aws/securityhub/ProductName`
|
17630
|
+
# field in `ProductFields`. It is not a filter for the top-level
|
17631
|
+
# `ProductName` field.
|
16576
17632
|
# @return [Array<Types::StringFilter>]
|
16577
17633
|
#
|
16578
17634
|
# @!attribute [rw] company_name
|
16579
17635
|
# The name of the findings provider (company) that owns the solution
|
16580
17636
|
# (product) that generates findings.
|
17637
|
+
#
|
17638
|
+
# Note that this is a filter against the `aws/securityhub/CompanyName`
|
17639
|
+
# field in `ProductFields`. It is not a filter for the top-level
|
17640
|
+
# `CompanyName` field.
|
16581
17641
|
# @return [Array<Types::StringFilter>]
|
16582
17642
|
#
|
16583
17643
|
# @!attribute [rw] user_defined_fields
|
@@ -16710,17 +17770,18 @@ module Aws::SecurityHub
|
|
16710
17770
|
# @return [Array<Types::StringFilter>]
|
16711
17771
|
#
|
16712
17772
|
# @!attribute [rw] resource_partition
|
16713
|
-
# The canonical
|
17773
|
+
# The canonical Amazon Web Services partition name that the Region is
|
17774
|
+
# assigned to.
|
16714
17775
|
# @return [Array<Types::StringFilter>]
|
16715
17776
|
#
|
16716
17777
|
# @!attribute [rw] resource_region
|
16717
|
-
# The canonical
|
16718
|
-
# located.
|
17778
|
+
# The canonical Amazon Web Services external Region name where this
|
17779
|
+
# resource is located.
|
16719
17780
|
# @return [Array<Types::StringFilter>]
|
16720
17781
|
#
|
16721
17782
|
# @!attribute [rw] resource_tags
|
16722
|
-
# A list of
|
16723
|
-
# finding was processed.
|
17783
|
+
# A list of Amazon Web Services tags associated with a resource at the
|
17784
|
+
# time the finding was processed.
|
16724
17785
|
# @return [Array<Types::MapFilter>]
|
16725
17786
|
#
|
16726
17787
|
# @!attribute [rw] resource_aws_ec2_instance_type
|
@@ -16771,6 +17832,10 @@ module Aws::SecurityHub
|
|
16771
17832
|
# The user associated with the IAM access key related to a finding.
|
16772
17833
|
# @return [Array<Types::StringFilter>]
|
16773
17834
|
#
|
17835
|
+
# @!attribute [rw] resource_aws_iam_access_key_principal_name
|
17836
|
+
# The name of the principal that is associated with an IAM access key.
|
17837
|
+
# @return [Array<Types::StringFilter>]
|
17838
|
+
#
|
16774
17839
|
# @!attribute [rw] resource_aws_iam_access_key_status
|
16775
17840
|
# The status of the IAM access key related to a finding.
|
16776
17841
|
# @return [Array<Types::StringFilter>]
|
@@ -16779,6 +17844,10 @@ module Aws::SecurityHub
|
|
16779
17844
|
# The creation date/time of the IAM access key related to a finding.
|
16780
17845
|
# @return [Array<Types::DateFilter>]
|
16781
17846
|
#
|
17847
|
+
# @!attribute [rw] resource_aws_iam_user_user_name
|
17848
|
+
# The name of an IAM user.
|
17849
|
+
# @return [Array<Types::StringFilter>]
|
17850
|
+
#
|
16782
17851
|
# @!attribute [rw] resource_container_name
|
16783
17852
|
# The name of the container related to a finding.
|
16784
17853
|
# @return [Array<Types::StringFilter>]
|
@@ -16802,8 +17871,9 @@ module Aws::SecurityHub
|
|
16802
17871
|
#
|
16803
17872
|
# @!attribute [rw] compliance_status
|
16804
17873
|
# Exclusive to findings that are generated as the result of a check
|
16805
|
-
# run against a specific rule in a supported standard, such as CIS
|
16806
|
-
# Foundations. Contains security standard-related
|
17874
|
+
# run against a specific rule in a supported standard, such as CIS
|
17875
|
+
# Amazon Web Services Foundations. Contains security standard-related
|
17876
|
+
# finding details.
|
16807
17877
|
# @return [Array<Types::StringFilter>]
|
16808
17878
|
#
|
16809
17879
|
# @!attribute [rw] verification_state
|
@@ -16924,6 +17994,7 @@ module Aws::SecurityHub
|
|
16924
17994
|
:aws_account_id,
|
16925
17995
|
:id,
|
16926
17996
|
:generator_id,
|
17997
|
+
:region,
|
16927
17998
|
:type,
|
16928
17999
|
:first_observed_at,
|
16929
18000
|
:last_observed_at,
|
@@ -16986,8 +18057,10 @@ module Aws::SecurityHub
|
|
16986
18057
|
:resource_aws_s3_bucket_owner_id,
|
16987
18058
|
:resource_aws_s3_bucket_owner_name,
|
16988
18059
|
:resource_aws_iam_access_key_user_name,
|
18060
|
+
:resource_aws_iam_access_key_principal_name,
|
16989
18061
|
:resource_aws_iam_access_key_status,
|
16990
18062
|
:resource_aws_iam_access_key_created_at,
|
18063
|
+
:resource_aws_iam_user_user_name,
|
16991
18064
|
:resource_container_name,
|
16992
18065
|
:resource_container_image_id,
|
16993
18066
|
:resource_container_image_name,
|
@@ -17064,13 +18137,13 @@ module Aws::SecurityHub
|
|
17064
18137
|
# }
|
17065
18138
|
#
|
17066
18139
|
# @!attribute [rw] kms_master_key_id
|
17067
|
-
# The ID of an
|
17068
|
-
# a custom CMK.
|
18140
|
+
# The ID of an Amazon Web Services managed customer master key (CMK)
|
18141
|
+
# for Amazon SNS or a custom CMK.
|
17069
18142
|
# @return [String]
|
17070
18143
|
#
|
17071
18144
|
# @!attribute [rw] subscription
|
17072
18145
|
# Subscription is an embedded property that describes the subscription
|
17073
|
-
# endpoints of an
|
18146
|
+
# endpoints of an SNS topic.
|
17074
18147
|
# @return [Array<Types::AwsSnsTopicSubscription>]
|
17075
18148
|
#
|
17076
18149
|
# @!attribute [rw] topic_name
|
@@ -17133,13 +18206,12 @@ module Aws::SecurityHub
|
|
17133
18206
|
#
|
17134
18207
|
# @!attribute [rw] kms_data_key_reuse_period_seconds
|
17135
18208
|
# The length of time, in seconds, for which Amazon SQS can reuse a
|
17136
|
-
# data key to encrypt or decrypt messages before calling
|
17137
|
-
# again.
|
18209
|
+
# data key to encrypt or decrypt messages before calling KMS again.
|
17138
18210
|
# @return [Integer]
|
17139
18211
|
#
|
17140
18212
|
# @!attribute [rw] kms_master_key_id
|
17141
|
-
# The ID of an
|
17142
|
-
# a custom CMK.
|
18213
|
+
# The ID of an Amazon Web Services managed customer master key (CMK)
|
18214
|
+
# for Amazon SQS or a custom CMK.
|
17143
18215
|
# @return [String]
|
17144
18216
|
#
|
17145
18217
|
# @!attribute [rw] queue_name
|
@@ -17392,7 +18464,7 @@ module Aws::SecurityHub
|
|
17392
18464
|
include Aws::Structure
|
17393
18465
|
end
|
17394
18466
|
|
17395
|
-
# Details about
|
18467
|
+
# Details about an WAF WebACL.
|
17396
18468
|
#
|
17397
18469
|
# @note When making an API call, you may pass AwsWafWebAclDetails
|
17398
18470
|
# data as a hash:
|
@@ -17451,7 +18523,7 @@ module Aws::SecurityHub
|
|
17451
18523
|
include Aws::Structure
|
17452
18524
|
end
|
17453
18525
|
|
17454
|
-
# Details for a rule in
|
18526
|
+
# Details for a rule in an WAF WebACL.
|
17455
18527
|
#
|
17456
18528
|
# @note When making an API call, you may pass AwsWafWebAclRule
|
17457
18529
|
# data as a hash:
|
@@ -17474,8 +18546,8 @@ module Aws::SecurityHub
|
|
17474
18546
|
# }
|
17475
18547
|
#
|
17476
18548
|
# @!attribute [rw] action
|
17477
|
-
# Specifies the action that CloudFront or
|
17478
|
-
#
|
18549
|
+
# Specifies the action that CloudFront or WAF takes when a web request
|
18550
|
+
# matches the conditions in the rule.
|
17479
18551
|
# @return [Types::WafAction]
|
17480
18552
|
#
|
17481
18553
|
# @!attribute [rw] excluded_rules
|
@@ -17613,6 +18685,9 @@ module Aws::SecurityHub
|
|
17613
18685
|
# schema_version: "NonEmptyString", # required
|
17614
18686
|
# id: "NonEmptyString", # required
|
17615
18687
|
# product_arn: "NonEmptyString", # required
|
18688
|
+
# product_name: "NonEmptyString",
|
18689
|
+
# company_name: "NonEmptyString",
|
18690
|
+
# region: "NonEmptyString",
|
17616
18691
|
# generator_id: "NonEmptyString", # required
|
17617
18692
|
# aws_account_id: "NonEmptyString", # required
|
17618
18693
|
# types: ["NonEmptyString"],
|
@@ -18232,6 +19307,17 @@ module Aws::SecurityHub
|
|
18232
19307
|
# "NonEmptyString" => "NonEmptyString",
|
18233
19308
|
# },
|
18234
19309
|
# elasticsearch_version: "NonEmptyString",
|
19310
|
+
# elasticsearch_cluster_config: {
|
19311
|
+
# dedicated_master_count: 1,
|
19312
|
+
# dedicated_master_enabled: false,
|
19313
|
+
# dedicated_master_type: "NonEmptyString",
|
19314
|
+
# instance_count: 1,
|
19315
|
+
# instance_type: "NonEmptyString",
|
19316
|
+
# zone_awareness_config: {
|
19317
|
+
# availability_zone_count: 1,
|
19318
|
+
# },
|
19319
|
+
# zone_awareness_enabled: false,
|
19320
|
+
# },
|
18235
19321
|
# encryption_at_rest_options: {
|
18236
19322
|
# enabled: false,
|
18237
19323
|
# kms_key_id: "NonEmptyString",
|
@@ -18245,6 +19331,10 @@ module Aws::SecurityHub
|
|
18245
19331
|
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
18246
19332
|
# enabled: false,
|
18247
19333
|
# },
|
19334
|
+
# audit_logs: {
|
19335
|
+
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
19336
|
+
# enabled: false,
|
19337
|
+
# },
|
18248
19338
|
# },
|
18249
19339
|
# node_to_node_encryption_options: {
|
18250
19340
|
# enabled: false,
|
@@ -19631,6 +20721,87 @@ module Aws::SecurityHub
|
|
19631
20721
|
# other: {
|
19632
20722
|
# "NonEmptyString" => "NonEmptyString",
|
19633
20723
|
# },
|
20724
|
+
# aws_rds_event_subscription: {
|
20725
|
+
# cust_subscription_id: "NonEmptyString",
|
20726
|
+
# customer_aws_id: "NonEmptyString",
|
20727
|
+
# enabled: false,
|
20728
|
+
# event_categories_list: ["NonEmptyString"],
|
20729
|
+
# event_subscription_arn: "NonEmptyString",
|
20730
|
+
# sns_topic_arn: "NonEmptyString",
|
20731
|
+
# source_ids_list: ["NonEmptyString"],
|
20732
|
+
# source_type: "NonEmptyString",
|
20733
|
+
# status: "NonEmptyString",
|
20734
|
+
# subscription_creation_time: "NonEmptyString",
|
20735
|
+
# },
|
20736
|
+
# aws_ecs_service: {
|
20737
|
+
# capacity_provider_strategy: [
|
20738
|
+
# {
|
20739
|
+
# base: 1,
|
20740
|
+
# capacity_provider: "NonEmptyString",
|
20741
|
+
# weight: 1,
|
20742
|
+
# },
|
20743
|
+
# ],
|
20744
|
+
# cluster: "NonEmptyString",
|
20745
|
+
# deployment_configuration: {
|
20746
|
+
# deployment_circuit_breaker: {
|
20747
|
+
# enable: false,
|
20748
|
+
# rollback: false,
|
20749
|
+
# },
|
20750
|
+
# maximum_percent: 1,
|
20751
|
+
# minimum_healthy_percent: 1,
|
20752
|
+
# },
|
20753
|
+
# deployment_controller: {
|
20754
|
+
# type: "NonEmptyString",
|
20755
|
+
# },
|
20756
|
+
# desired_count: 1,
|
20757
|
+
# enable_ecs_managed_tags: false,
|
20758
|
+
# enable_execute_command: false,
|
20759
|
+
# health_check_grace_period_seconds: 1,
|
20760
|
+
# launch_type: "NonEmptyString",
|
20761
|
+
# load_balancers: [
|
20762
|
+
# {
|
20763
|
+
# container_name: "NonEmptyString",
|
20764
|
+
# container_port: 1,
|
20765
|
+
# load_balancer_name: "NonEmptyString",
|
20766
|
+
# target_group_arn: "NonEmptyString",
|
20767
|
+
# },
|
20768
|
+
# ],
|
20769
|
+
# name: "NonEmptyString",
|
20770
|
+
# network_configuration: {
|
20771
|
+
# aws_vpc_configuration: {
|
20772
|
+
# assign_public_ip: "NonEmptyString",
|
20773
|
+
# security_groups: ["NonEmptyString"],
|
20774
|
+
# subnets: ["NonEmptyString"],
|
20775
|
+
# },
|
20776
|
+
# },
|
20777
|
+
# placement_constraints: [
|
20778
|
+
# {
|
20779
|
+
# expression: "NonEmptyString",
|
20780
|
+
# type: "NonEmptyString",
|
20781
|
+
# },
|
20782
|
+
# ],
|
20783
|
+
# placement_strategies: [
|
20784
|
+
# {
|
20785
|
+
# field: "NonEmptyString",
|
20786
|
+
# type: "NonEmptyString",
|
20787
|
+
# },
|
20788
|
+
# ],
|
20789
|
+
# platform_version: "NonEmptyString",
|
20790
|
+
# propagate_tags: "NonEmptyString",
|
20791
|
+
# role: "NonEmptyString",
|
20792
|
+
# scheduling_strategy: "NonEmptyString",
|
20793
|
+
# service_arn: "NonEmptyString",
|
20794
|
+
# service_name: "NonEmptyString",
|
20795
|
+
# service_registries: [
|
20796
|
+
# {
|
20797
|
+
# container_name: "NonEmptyString",
|
20798
|
+
# container_port: 1,
|
20799
|
+
# port: 1,
|
20800
|
+
# registry_arn: "NonEmptyString",
|
20801
|
+
# },
|
20802
|
+
# ],
|
20803
|
+
# task_definition: "NonEmptyString",
|
20804
|
+
# },
|
19634
20805
|
# },
|
19635
20806
|
# },
|
19636
20807
|
# ],
|
@@ -19833,8 +21004,8 @@ module Aws::SecurityHub
|
|
19833
21004
|
#
|
19834
21005
|
# @!attribute [rw] findings
|
19835
21006
|
# A list of findings to import. To successfully import a finding, it
|
19836
|
-
# must follow the [
|
19837
|
-
# findings per request.
|
21007
|
+
# must follow the [Amazon Web Services Security Finding Format][1].
|
21008
|
+
# Maximum of 100 findings per request.
|
19838
21009
|
#
|
19839
21010
|
#
|
19840
21011
|
#
|
@@ -20378,9 +21549,9 @@ module Aws::SecurityHub
|
|
20378
21549
|
# resource.
|
20379
21550
|
#
|
20380
21551
|
# * `NOT_AVAILABLE` - Check could not be performed due to a service
|
20381
|
-
# outage, API error, or because the result of the
|
20382
|
-
# evaluation was `NOT_APPLICABLE`. If the
|
20383
|
-
#
|
21552
|
+
# outage, API error, or because the result of the Config
|
21553
|
+
# evaluation was `NOT_APPLICABLE`. If the Config evaluation result
|
21554
|
+
# was `NOT_APPLICABLE`, then after 3 days, Security Hub
|
20384
21555
|
# automatically archives the finding.
|
20385
21556
|
# @return [String]
|
20386
21557
|
#
|
@@ -20394,7 +21565,7 @@ module Aws::SecurityHub
|
|
20394
21565
|
# For findings generated from controls, a list of reasons behind the
|
20395
21566
|
# value of `Status`. For the list of status reason codes and their
|
20396
21567
|
# meanings, see [Standards-related information in the ASFF][1] in the
|
20397
|
-
# *
|
21568
|
+
# *Security Hub User Guide*.
|
20398
21569
|
#
|
20399
21570
|
#
|
20400
21571
|
#
|
@@ -20560,6 +21731,12 @@ module Aws::SecurityHub
|
|
20560
21731
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
20561
21732
|
# },
|
20562
21733
|
# ],
|
21734
|
+
# region: [
|
21735
|
+
# {
|
21736
|
+
# value: "NonEmptyString",
|
21737
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
21738
|
+
# },
|
21739
|
+
# ],
|
20563
21740
|
# type: [
|
20564
21741
|
# {
|
20565
21742
|
# value: "NonEmptyString",
|
@@ -20969,6 +22146,12 @@ module Aws::SecurityHub
|
|
20969
22146
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
20970
22147
|
# },
|
20971
22148
|
# ],
|
22149
|
+
# resource_aws_iam_access_key_principal_name: [
|
22150
|
+
# {
|
22151
|
+
# value: "NonEmptyString",
|
22152
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
22153
|
+
# },
|
22154
|
+
# ],
|
20972
22155
|
# resource_aws_iam_access_key_status: [
|
20973
22156
|
# {
|
20974
22157
|
# value: "NonEmptyString",
|
@@ -20985,6 +22168,12 @@ module Aws::SecurityHub
|
|
20985
22168
|
# },
|
20986
22169
|
# },
|
20987
22170
|
# ],
|
22171
|
+
# resource_aws_iam_user_user_name: [
|
22172
|
+
# {
|
22173
|
+
# value: "NonEmptyString",
|
22174
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
22175
|
+
# },
|
22176
|
+
# ],
|
20988
22177
|
# resource_container_name: [
|
20989
22178
|
# {
|
20990
22179
|
# value: "NonEmptyString",
|
@@ -21204,8 +22393,9 @@ module Aws::SecurityHub
|
|
21204
22393
|
end
|
21205
22394
|
|
21206
22395
|
# @!attribute [rw] unprocessed_accounts
|
21207
|
-
# The list of
|
21208
|
-
# the list includes the account ID and the email
|
22396
|
+
# The list of Amazon Web Services accounts that were not processed.
|
22397
|
+
# For each account, the list includes the account ID and the email
|
22398
|
+
# address.
|
21209
22399
|
# @return [Array<Types::Result>]
|
21210
22400
|
#
|
21211
22401
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/CreateMembersResponse AWS API Documentation
|
@@ -21645,8 +22835,9 @@ module Aws::SecurityHub
|
|
21645
22835
|
end
|
21646
22836
|
|
21647
22837
|
# @!attribute [rw] unprocessed_accounts
|
21648
|
-
# The list of
|
21649
|
-
# the list includes the account ID and the email
|
22838
|
+
# The list of Amazon Web Services accounts that were not processed.
|
22839
|
+
# For each account, the list includes the account ID and the email
|
22840
|
+
# address.
|
21650
22841
|
# @return [Array<Types::Result>]
|
21651
22842
|
#
|
21652
22843
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeclineInvitationsResponse AWS API Documentation
|
@@ -21739,9 +22930,9 @@ module Aws::SecurityHub
|
|
21739
22930
|
end
|
21740
22931
|
|
21741
22932
|
# @!attribute [rw] unprocessed_accounts
|
21742
|
-
# The list of
|
21743
|
-
# For each account, the list includes the account ID
|
21744
|
-
# address.
|
22933
|
+
# The list of Amazon Web Services accounts for which the invitations
|
22934
|
+
# were not deleted. For each account, the list includes the account ID
|
22935
|
+
# and the email address.
|
21745
22936
|
# @return [Array<Types::Result>]
|
21746
22937
|
#
|
21747
22938
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeleteInvitationsResponse AWS API Documentation
|
@@ -21772,8 +22963,9 @@ module Aws::SecurityHub
|
|
21772
22963
|
end
|
21773
22964
|
|
21774
22965
|
# @!attribute [rw] unprocessed_accounts
|
21775
|
-
# The list of
|
21776
|
-
# the list includes the account ID and the email
|
22966
|
+
# The list of Amazon Web Services accounts that were not deleted. For
|
22967
|
+
# each account, the list includes the account ID and the email
|
22968
|
+
# address.
|
21777
22969
|
# @return [Array<Types::Result>]
|
21778
22970
|
#
|
21779
22971
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DeleteMembersResponse AWS API Documentation
|
@@ -21981,7 +23173,7 @@ module Aws::SecurityHub
|
|
21981
23173
|
# @!attribute [rw] standards_subscription_arn
|
21982
23174
|
# The ARN of a resource that represents your subscription to a
|
21983
23175
|
# supported standard. To get the subscription ARNs of the standards
|
21984
|
-
# you have enabled, use the `
|
23176
|
+
# you have enabled, use the `GetEnabledStandards` operation.
|
21985
23177
|
# @return [String]
|
21986
23178
|
#
|
21987
23179
|
# @!attribute [rw] next_token
|
@@ -22104,8 +23296,8 @@ module Aws::SecurityHub
|
|
22104
23296
|
# }
|
22105
23297
|
#
|
22106
23298
|
# @!attribute [rw] admin_account_id
|
22107
|
-
# The
|
22108
|
-
# account.
|
23299
|
+
# The Amazon Web Services account identifier of the Security Hub
|
23300
|
+
# administrator account.
|
22109
23301
|
# @return [String]
|
22110
23302
|
#
|
22111
23303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DisableOrganizationAdminAccountRequest AWS API Documentation
|
@@ -22248,8 +23440,8 @@ module Aws::SecurityHub
|
|
22248
23440
|
# }
|
22249
23441
|
#
|
22250
23442
|
# @!attribute [rw] admin_account_id
|
22251
|
-
# The
|
22252
|
-
# Security Hub administrator account.
|
23443
|
+
# The Amazon Web Services account identifier of the account to
|
23444
|
+
# designate as the Security Hub administrator account.
|
22253
23445
|
# @return [String]
|
22254
23446
|
#
|
22255
23447
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/EnableOrganizationAdminAccountRequest AWS API Documentation
|
@@ -22526,6 +23718,12 @@ module Aws::SecurityHub
|
|
22526
23718
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
22527
23719
|
# },
|
22528
23720
|
# ],
|
23721
|
+
# region: [
|
23722
|
+
# {
|
23723
|
+
# value: "NonEmptyString",
|
23724
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
23725
|
+
# },
|
23726
|
+
# ],
|
22529
23727
|
# type: [
|
22530
23728
|
# {
|
22531
23729
|
# value: "NonEmptyString",
|
@@ -22935,6 +24133,12 @@ module Aws::SecurityHub
|
|
22935
24133
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
22936
24134
|
# },
|
22937
24135
|
# ],
|
24136
|
+
# resource_aws_iam_access_key_principal_name: [
|
24137
|
+
# {
|
24138
|
+
# value: "NonEmptyString",
|
24139
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
24140
|
+
# },
|
24141
|
+
# ],
|
22938
24142
|
# resource_aws_iam_access_key_status: [
|
22939
24143
|
# {
|
22940
24144
|
# value: "NonEmptyString",
|
@@ -22951,6 +24155,12 @@ module Aws::SecurityHub
|
|
22951
24155
|
# },
|
22952
24156
|
# },
|
22953
24157
|
# ],
|
24158
|
+
# resource_aws_iam_user_user_name: [
|
24159
|
+
# {
|
24160
|
+
# value: "NonEmptyString",
|
24161
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
24162
|
+
# },
|
24163
|
+
# ],
|
22954
24164
|
# resource_container_name: [
|
22955
24165
|
# {
|
22956
24166
|
# value: "NonEmptyString",
|
@@ -23316,8 +24526,9 @@ module Aws::SecurityHub
|
|
23316
24526
|
# @return [Array<Types::Member>]
|
23317
24527
|
#
|
23318
24528
|
# @!attribute [rw] unprocessed_accounts
|
23319
|
-
# The list of
|
23320
|
-
# account, the list includes the account ID and
|
24529
|
+
# The list of Amazon Web Services accounts that could not be
|
24530
|
+
# processed. For each account, the list includes the account ID and
|
24531
|
+
# the email address.
|
23321
24532
|
# @return [Array<Types::Result>]
|
23322
24533
|
#
|
23323
24534
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetMembersResponse AWS API Documentation
|
@@ -23562,8 +24773,8 @@ module Aws::SecurityHub
|
|
23562
24773
|
# }
|
23563
24774
|
#
|
23564
24775
|
# @!attribute [rw] account_ids
|
23565
|
-
# The list of account IDs of the
|
23566
|
-
# Hub as members.
|
24776
|
+
# The list of account IDs of the Amazon Web Services accounts to
|
24777
|
+
# invite to Security Hub as members.
|
23567
24778
|
# @return [Array<String>]
|
23568
24779
|
#
|
23569
24780
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/InviteMembersRequest AWS API Documentation
|
@@ -23575,8 +24786,9 @@ module Aws::SecurityHub
|
|
23575
24786
|
end
|
23576
24787
|
|
23577
24788
|
# @!attribute [rw] unprocessed_accounts
|
23578
|
-
# The list of
|
23579
|
-
# account, the list includes the account ID and
|
24789
|
+
# The list of Amazon Web Services accounts that could not be
|
24790
|
+
# processed. For each account, the list includes the account ID and
|
24791
|
+
# the email address.
|
23580
24792
|
# @return [Array<Types::Result>]
|
23581
24793
|
#
|
23582
24794
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/InviteMembersResponse AWS API Documentation
|
@@ -23702,8 +24914,8 @@ module Aws::SecurityHub
|
|
23702
24914
|
end
|
23703
24915
|
|
23704
24916
|
# The request was rejected because it attempted to create resources
|
23705
|
-
# beyond the current
|
23706
|
-
# describes the limit exceeded.
|
24917
|
+
# beyond the current Amazon Web Services account or throttling limits.
|
24918
|
+
# The error code describes the limit exceeded.
|
23707
24919
|
#
|
23708
24920
|
# @!attribute [rw] message
|
23709
24921
|
# @return [String]
|
@@ -24090,7 +25302,7 @@ module Aws::SecurityHub
|
|
24090
25302
|
# The details about a member account.
|
24091
25303
|
#
|
24092
25304
|
# @!attribute [rw] account_id
|
24093
|
-
# The
|
25305
|
+
# The Amazon Web Services account ID of the member account.
|
24094
25306
|
# @return [String]
|
24095
25307
|
#
|
24096
25308
|
# @!attribute [rw] email
|
@@ -24100,13 +25312,13 @@ module Aws::SecurityHub
|
|
24100
25312
|
# @!attribute [rw] master_id
|
24101
25313
|
# This is replaced by `AdministratorID`.
|
24102
25314
|
#
|
24103
|
-
# The
|
24104
|
-
# associated with this member account.
|
25315
|
+
# The Amazon Web Services account ID of the Security Hub administrator
|
25316
|
+
# account associated with this member account.
|
24105
25317
|
# @return [String]
|
24106
25318
|
#
|
24107
25319
|
# @!attribute [rw] administrator_id
|
24108
|
-
# The
|
24109
|
-
# associated with this member account.
|
25320
|
+
# The Amazon Web Services account ID of the Security Hub administrator
|
25321
|
+
# account associated with this member account.
|
24110
25322
|
# @return [String]
|
24111
25323
|
#
|
24112
25324
|
# @!attribute [rw] member_status
|
@@ -24134,6 +25346,11 @@ module Aws::SecurityHub
|
|
24134
25346
|
#
|
24135
25347
|
# * `DELETED` - Indicates that the administrator account deleted the
|
24136
25348
|
# member account.
|
25349
|
+
#
|
25350
|
+
# * `ACCOUNT_SUSPENDED` - Indicates that an organization account was
|
25351
|
+
# suspended from Amazon Web Services at the same time that the
|
25352
|
+
# administrator account tried to enable the organization account as
|
25353
|
+
# a member account.
|
24137
25354
|
# @return [String]
|
24138
25355
|
#
|
24139
25356
|
# @!attribute [rw] invited_at
|
@@ -25121,11 +26338,11 @@ module Aws::SecurityHub
|
|
25121
26338
|
# @return [Array<String>]
|
25122
26339
|
#
|
25123
26340
|
# @!attribute [rw] marketplace_url
|
25124
|
-
# For integrations with
|
25125
|
-
# to activate the service.
|
26341
|
+
# For integrations with Amazon Web Services services, the Amazon Web
|
26342
|
+
# Services Console URL from which to activate the service.
|
25126
26343
|
#
|
25127
|
-
# For integrations with third-party products, the
|
25128
|
-
#
|
26344
|
+
# For integrations with third-party products, the Marketplace URL from
|
26345
|
+
# which to subscribe to or purchase the product.
|
25129
26346
|
# @return [String]
|
25130
26347
|
#
|
25131
26348
|
# @!attribute [rw] activation_url
|
@@ -25808,6 +27025,17 @@ module Aws::SecurityHub
|
|
25808
27025
|
# "NonEmptyString" => "NonEmptyString",
|
25809
27026
|
# },
|
25810
27027
|
# elasticsearch_version: "NonEmptyString",
|
27028
|
+
# elasticsearch_cluster_config: {
|
27029
|
+
# dedicated_master_count: 1,
|
27030
|
+
# dedicated_master_enabled: false,
|
27031
|
+
# dedicated_master_type: "NonEmptyString",
|
27032
|
+
# instance_count: 1,
|
27033
|
+
# instance_type: "NonEmptyString",
|
27034
|
+
# zone_awareness_config: {
|
27035
|
+
# availability_zone_count: 1,
|
27036
|
+
# },
|
27037
|
+
# zone_awareness_enabled: false,
|
27038
|
+
# },
|
25811
27039
|
# encryption_at_rest_options: {
|
25812
27040
|
# enabled: false,
|
25813
27041
|
# kms_key_id: "NonEmptyString",
|
@@ -25821,6 +27049,10 @@ module Aws::SecurityHub
|
|
25821
27049
|
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
25822
27050
|
# enabled: false,
|
25823
27051
|
# },
|
27052
|
+
# audit_logs: {
|
27053
|
+
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
27054
|
+
# enabled: false,
|
27055
|
+
# },
|
25824
27056
|
# },
|
25825
27057
|
# node_to_node_encryption_options: {
|
25826
27058
|
# enabled: false,
|
@@ -27207,6 +28439,87 @@ module Aws::SecurityHub
|
|
27207
28439
|
# other: {
|
27208
28440
|
# "NonEmptyString" => "NonEmptyString",
|
27209
28441
|
# },
|
28442
|
+
# aws_rds_event_subscription: {
|
28443
|
+
# cust_subscription_id: "NonEmptyString",
|
28444
|
+
# customer_aws_id: "NonEmptyString",
|
28445
|
+
# enabled: false,
|
28446
|
+
# event_categories_list: ["NonEmptyString"],
|
28447
|
+
# event_subscription_arn: "NonEmptyString",
|
28448
|
+
# sns_topic_arn: "NonEmptyString",
|
28449
|
+
# source_ids_list: ["NonEmptyString"],
|
28450
|
+
# source_type: "NonEmptyString",
|
28451
|
+
# status: "NonEmptyString",
|
28452
|
+
# subscription_creation_time: "NonEmptyString",
|
28453
|
+
# },
|
28454
|
+
# aws_ecs_service: {
|
28455
|
+
# capacity_provider_strategy: [
|
28456
|
+
# {
|
28457
|
+
# base: 1,
|
28458
|
+
# capacity_provider: "NonEmptyString",
|
28459
|
+
# weight: 1,
|
28460
|
+
# },
|
28461
|
+
# ],
|
28462
|
+
# cluster: "NonEmptyString",
|
28463
|
+
# deployment_configuration: {
|
28464
|
+
# deployment_circuit_breaker: {
|
28465
|
+
# enable: false,
|
28466
|
+
# rollback: false,
|
28467
|
+
# },
|
28468
|
+
# maximum_percent: 1,
|
28469
|
+
# minimum_healthy_percent: 1,
|
28470
|
+
# },
|
28471
|
+
# deployment_controller: {
|
28472
|
+
# type: "NonEmptyString",
|
28473
|
+
# },
|
28474
|
+
# desired_count: 1,
|
28475
|
+
# enable_ecs_managed_tags: false,
|
28476
|
+
# enable_execute_command: false,
|
28477
|
+
# health_check_grace_period_seconds: 1,
|
28478
|
+
# launch_type: "NonEmptyString",
|
28479
|
+
# load_balancers: [
|
28480
|
+
# {
|
28481
|
+
# container_name: "NonEmptyString",
|
28482
|
+
# container_port: 1,
|
28483
|
+
# load_balancer_name: "NonEmptyString",
|
28484
|
+
# target_group_arn: "NonEmptyString",
|
28485
|
+
# },
|
28486
|
+
# ],
|
28487
|
+
# name: "NonEmptyString",
|
28488
|
+
# network_configuration: {
|
28489
|
+
# aws_vpc_configuration: {
|
28490
|
+
# assign_public_ip: "NonEmptyString",
|
28491
|
+
# security_groups: ["NonEmptyString"],
|
28492
|
+
# subnets: ["NonEmptyString"],
|
28493
|
+
# },
|
28494
|
+
# },
|
28495
|
+
# placement_constraints: [
|
28496
|
+
# {
|
28497
|
+
# expression: "NonEmptyString",
|
28498
|
+
# type: "NonEmptyString",
|
28499
|
+
# },
|
28500
|
+
# ],
|
28501
|
+
# placement_strategies: [
|
28502
|
+
# {
|
28503
|
+
# field: "NonEmptyString",
|
28504
|
+
# type: "NonEmptyString",
|
28505
|
+
# },
|
28506
|
+
# ],
|
28507
|
+
# platform_version: "NonEmptyString",
|
28508
|
+
# propagate_tags: "NonEmptyString",
|
28509
|
+
# role: "NonEmptyString",
|
28510
|
+
# scheduling_strategy: "NonEmptyString",
|
28511
|
+
# service_arn: "NonEmptyString",
|
28512
|
+
# service_name: "NonEmptyString",
|
28513
|
+
# service_registries: [
|
28514
|
+
# {
|
28515
|
+
# container_name: "NonEmptyString",
|
28516
|
+
# container_port: 1,
|
28517
|
+
# port: 1,
|
28518
|
+
# registry_arn: "NonEmptyString",
|
28519
|
+
# },
|
28520
|
+
# ],
|
28521
|
+
# task_definition: "NonEmptyString",
|
28522
|
+
# },
|
27210
28523
|
# },
|
27211
28524
|
# }
|
27212
28525
|
#
|
@@ -27225,12 +28538,13 @@ module Aws::SecurityHub
|
|
27225
28538
|
# @return [String]
|
27226
28539
|
#
|
27227
28540
|
# @!attribute [rw] partition
|
27228
|
-
# The canonical
|
28541
|
+
# The canonical Amazon Web Services partition name that the Region is
|
28542
|
+
# assigned to.
|
27229
28543
|
# @return [String]
|
27230
28544
|
#
|
27231
28545
|
# @!attribute [rw] region
|
27232
|
-
# The canonical
|
27233
|
-
# located.
|
28546
|
+
# The canonical Amazon Web Services external Region name where this
|
28547
|
+
# resource is located.
|
27234
28548
|
# @return [String]
|
27235
28549
|
#
|
27236
28550
|
# @!attribute [rw] resource_role
|
@@ -27239,8 +28553,8 @@ module Aws::SecurityHub
|
|
27239
28553
|
# @return [String]
|
27240
28554
|
#
|
27241
28555
|
# @!attribute [rw] tags
|
27242
|
-
# A list of
|
27243
|
-
# finding was processed.
|
28556
|
+
# A list of Amazon Web Services tags associated with a resource at the
|
28557
|
+
# time the finding was processed.
|
27244
28558
|
# @return [Hash<String,String>]
|
27245
28559
|
#
|
27246
28560
|
# @!attribute [rw] data_classification
|
@@ -27665,6 +28979,17 @@ module Aws::SecurityHub
|
|
27665
28979
|
# "NonEmptyString" => "NonEmptyString",
|
27666
28980
|
# },
|
27667
28981
|
# elasticsearch_version: "NonEmptyString",
|
28982
|
+
# elasticsearch_cluster_config: {
|
28983
|
+
# dedicated_master_count: 1,
|
28984
|
+
# dedicated_master_enabled: false,
|
28985
|
+
# dedicated_master_type: "NonEmptyString",
|
28986
|
+
# instance_count: 1,
|
28987
|
+
# instance_type: "NonEmptyString",
|
28988
|
+
# zone_awareness_config: {
|
28989
|
+
# availability_zone_count: 1,
|
28990
|
+
# },
|
28991
|
+
# zone_awareness_enabled: false,
|
28992
|
+
# },
|
27668
28993
|
# encryption_at_rest_options: {
|
27669
28994
|
# enabled: false,
|
27670
28995
|
# kms_key_id: "NonEmptyString",
|
@@ -27678,6 +29003,10 @@ module Aws::SecurityHub
|
|
27678
29003
|
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
27679
29004
|
# enabled: false,
|
27680
29005
|
# },
|
29006
|
+
# audit_logs: {
|
29007
|
+
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
29008
|
+
# enabled: false,
|
29009
|
+
# },
|
27681
29010
|
# },
|
27682
29011
|
# node_to_node_encryption_options: {
|
27683
29012
|
# enabled: false,
|
@@ -29064,6 +30393,87 @@ module Aws::SecurityHub
|
|
29064
30393
|
# other: {
|
29065
30394
|
# "NonEmptyString" => "NonEmptyString",
|
29066
30395
|
# },
|
30396
|
+
# aws_rds_event_subscription: {
|
30397
|
+
# cust_subscription_id: "NonEmptyString",
|
30398
|
+
# customer_aws_id: "NonEmptyString",
|
30399
|
+
# enabled: false,
|
30400
|
+
# event_categories_list: ["NonEmptyString"],
|
30401
|
+
# event_subscription_arn: "NonEmptyString",
|
30402
|
+
# sns_topic_arn: "NonEmptyString",
|
30403
|
+
# source_ids_list: ["NonEmptyString"],
|
30404
|
+
# source_type: "NonEmptyString",
|
30405
|
+
# status: "NonEmptyString",
|
30406
|
+
# subscription_creation_time: "NonEmptyString",
|
30407
|
+
# },
|
30408
|
+
# aws_ecs_service: {
|
30409
|
+
# capacity_provider_strategy: [
|
30410
|
+
# {
|
30411
|
+
# base: 1,
|
30412
|
+
# capacity_provider: "NonEmptyString",
|
30413
|
+
# weight: 1,
|
30414
|
+
# },
|
30415
|
+
# ],
|
30416
|
+
# cluster: "NonEmptyString",
|
30417
|
+
# deployment_configuration: {
|
30418
|
+
# deployment_circuit_breaker: {
|
30419
|
+
# enable: false,
|
30420
|
+
# rollback: false,
|
30421
|
+
# },
|
30422
|
+
# maximum_percent: 1,
|
30423
|
+
# minimum_healthy_percent: 1,
|
30424
|
+
# },
|
30425
|
+
# deployment_controller: {
|
30426
|
+
# type: "NonEmptyString",
|
30427
|
+
# },
|
30428
|
+
# desired_count: 1,
|
30429
|
+
# enable_ecs_managed_tags: false,
|
30430
|
+
# enable_execute_command: false,
|
30431
|
+
# health_check_grace_period_seconds: 1,
|
30432
|
+
# launch_type: "NonEmptyString",
|
30433
|
+
# load_balancers: [
|
30434
|
+
# {
|
30435
|
+
# container_name: "NonEmptyString",
|
30436
|
+
# container_port: 1,
|
30437
|
+
# load_balancer_name: "NonEmptyString",
|
30438
|
+
# target_group_arn: "NonEmptyString",
|
30439
|
+
# },
|
30440
|
+
# ],
|
30441
|
+
# name: "NonEmptyString",
|
30442
|
+
# network_configuration: {
|
30443
|
+
# aws_vpc_configuration: {
|
30444
|
+
# assign_public_ip: "NonEmptyString",
|
30445
|
+
# security_groups: ["NonEmptyString"],
|
30446
|
+
# subnets: ["NonEmptyString"],
|
30447
|
+
# },
|
30448
|
+
# },
|
30449
|
+
# placement_constraints: [
|
30450
|
+
# {
|
30451
|
+
# expression: "NonEmptyString",
|
30452
|
+
# type: "NonEmptyString",
|
30453
|
+
# },
|
30454
|
+
# ],
|
30455
|
+
# placement_strategies: [
|
30456
|
+
# {
|
30457
|
+
# field: "NonEmptyString",
|
30458
|
+
# type: "NonEmptyString",
|
30459
|
+
# },
|
30460
|
+
# ],
|
30461
|
+
# platform_version: "NonEmptyString",
|
30462
|
+
# propagate_tags: "NonEmptyString",
|
30463
|
+
# role: "NonEmptyString",
|
30464
|
+
# scheduling_strategy: "NonEmptyString",
|
30465
|
+
# service_arn: "NonEmptyString",
|
30466
|
+
# service_name: "NonEmptyString",
|
30467
|
+
# service_registries: [
|
30468
|
+
# {
|
30469
|
+
# container_name: "NonEmptyString",
|
30470
|
+
# container_port: 1,
|
30471
|
+
# port: 1,
|
30472
|
+
# registry_arn: "NonEmptyString",
|
30473
|
+
# },
|
30474
|
+
# ],
|
30475
|
+
# task_definition: "NonEmptyString",
|
30476
|
+
# },
|
29067
30477
|
# }
|
29068
30478
|
#
|
29069
30479
|
# @!attribute [rw] aws_auto_scaling_auto_scaling_group
|
@@ -29071,7 +30481,7 @@ module Aws::SecurityHub
|
|
29071
30481
|
# @return [Types::AwsAutoScalingAutoScalingGroupDetails]
|
29072
30482
|
#
|
29073
30483
|
# @!attribute [rw] aws_code_build_project
|
29074
|
-
# Details for an
|
30484
|
+
# Details for an CodeBuild project.
|
29075
30485
|
# @return [Types::AwsCodeBuildProjectDetails]
|
29076
30486
|
#
|
29077
30487
|
# @!attribute [rw] aws_cloud_front_distribution
|
@@ -29083,7 +30493,7 @@ module Aws::SecurityHub
|
|
29083
30493
|
# @return [Types::AwsEc2InstanceDetails]
|
29084
30494
|
#
|
29085
30495
|
# @!attribute [rw] aws_ec2_network_interface
|
29086
|
-
# Details for an
|
30496
|
+
# Details for an EC2 network interface.
|
29087
30497
|
# @return [Types::AwsEc2NetworkInterfaceDetails]
|
29088
30498
|
#
|
29089
30499
|
# @!attribute [rw] aws_ec2_security_group
|
@@ -29103,7 +30513,7 @@ module Aws::SecurityHub
|
|
29103
30513
|
# @return [Types::AwsEc2EipDetails]
|
29104
30514
|
#
|
29105
30515
|
# @!attribute [rw] aws_ec2_subnet
|
29106
|
-
# Details about a subnet in EC2.
|
30516
|
+
# Details about a subnet in Amazon EC2.
|
29107
30517
|
# @return [Types::AwsEc2SubnetDetails]
|
29108
30518
|
#
|
29109
30519
|
# @!attribute [rw] aws_ec2_network_acl
|
@@ -29123,7 +30533,7 @@ module Aws::SecurityHub
|
|
29123
30533
|
# @return [Types::AwsElasticsearchDomainDetails]
|
29124
30534
|
#
|
29125
30535
|
# @!attribute [rw] aws_s3_bucket
|
29126
|
-
# Details about an
|
30536
|
+
# Details about an S3 bucket related to a finding.
|
29127
30537
|
# @return [Types::AwsS3BucketDetails]
|
29128
30538
|
#
|
29129
30539
|
# @!attribute [rw] aws_s3_account_public_access_block
|
@@ -29132,7 +30542,7 @@ module Aws::SecurityHub
|
|
29132
30542
|
# @return [Types::AwsS3AccountPublicAccessBlockDetails]
|
29133
30543
|
#
|
29134
30544
|
# @!attribute [rw] aws_s3_object
|
29135
|
-
# Details about an
|
30545
|
+
# Details about an S3 object related to a finding.
|
29136
30546
|
# @return [Types::AwsS3ObjectDetails]
|
29137
30547
|
#
|
29138
30548
|
# @!attribute [rw] aws_secrets_manager_secret
|
@@ -29182,7 +30592,7 @@ module Aws::SecurityHub
|
|
29182
30592
|
# @return [Types::AwsSsmPatchComplianceDetails]
|
29183
30593
|
#
|
29184
30594
|
# @!attribute [rw] aws_certificate_manager_certificate
|
29185
|
-
# Provides details about an
|
30595
|
+
# Provides details about an Certificate Manager certificate.
|
29186
30596
|
# @return [Types::AwsCertificateManagerCertificateDetails]
|
29187
30597
|
#
|
29188
30598
|
# @!attribute [rw] aws_redshift_cluster
|
@@ -29202,7 +30612,7 @@ module Aws::SecurityHub
|
|
29202
30612
|
# @return [Types::AwsIamRoleDetails]
|
29203
30613
|
#
|
29204
30614
|
# @!attribute [rw] aws_kms_key
|
29205
|
-
# Details about
|
30615
|
+
# Details about an KMS key.
|
29206
30616
|
# @return [Types::AwsKmsKeyDetails]
|
29207
30617
|
#
|
29208
30618
|
# @!attribute [rw] aws_lambda_function
|
@@ -29226,7 +30636,7 @@ module Aws::SecurityHub
|
|
29226
30636
|
# @return [Types::AwsSqsQueueDetails]
|
29227
30637
|
#
|
29228
30638
|
# @!attribute [rw] aws_waf_web_acl
|
29229
|
-
# Details for
|
30639
|
+
# Details for an WAF WebACL.
|
29230
30640
|
# @return [Types::AwsWafWebAclDetails]
|
29231
30641
|
#
|
29232
30642
|
# @!attribute [rw] aws_rds_db_snapshot
|
@@ -29269,6 +30679,14 @@ module Aws::SecurityHub
|
|
29269
30679
|
# includes resources for which the type is `Other`.
|
29270
30680
|
# @return [Hash<String,String>]
|
29271
30681
|
#
|
30682
|
+
# @!attribute [rw] aws_rds_event_subscription
|
30683
|
+
# Details about an RDS event notification subscription.
|
30684
|
+
# @return [Types::AwsRdsEventSubscriptionDetails]
|
30685
|
+
#
|
30686
|
+
# @!attribute [rw] aws_ecs_service
|
30687
|
+
# Details about a service within an ECS cluster.
|
30688
|
+
# @return [Types::AwsEcsServiceDetails]
|
30689
|
+
#
|
29272
30690
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ResourceDetails AWS API Documentation
|
29273
30691
|
#
|
29274
30692
|
class ResourceDetails < Struct.new(
|
@@ -29318,7 +30736,9 @@ module Aws::SecurityHub
|
|
29318
30736
|
:aws_ecs_cluster,
|
29319
30737
|
:aws_ecs_task_definition,
|
29320
30738
|
:container,
|
29321
|
-
:other
|
30739
|
+
:other,
|
30740
|
+
:aws_rds_event_subscription,
|
30741
|
+
:aws_ecs_service)
|
29322
30742
|
SENSITIVE = []
|
29323
30743
|
include Aws::Structure
|
29324
30744
|
end
|
@@ -29344,7 +30764,8 @@ module Aws::SecurityHub
|
|
29344
30764
|
# Details about the account that was not processed.
|
29345
30765
|
#
|
29346
30766
|
# @!attribute [rw] account_id
|
29347
|
-
# An
|
30767
|
+
# An Amazon Web Services account ID of the account that was not
|
30768
|
+
# processed.
|
29348
30769
|
# @return [String]
|
29349
30770
|
#
|
29350
30771
|
# @!attribute [rw] processing_result
|
@@ -29551,8 +30972,8 @@ module Aws::SecurityHub
|
|
29551
30972
|
# Deprecated. This attribute is being deprecated. Instead of providing
|
29552
30973
|
# `Product`, provide `Original`.
|
29553
30974
|
#
|
29554
|
-
# The native severity as defined by the
|
29555
|
-
# partner product that generated the finding.
|
30975
|
+
# The native severity as defined by the Amazon Web Services service or
|
30976
|
+
# integrated partner product that generated the finding.
|
29556
30977
|
# @return [Float]
|
29557
30978
|
#
|
29558
30979
|
# @!attribute [rw] label
|
@@ -29649,8 +31070,8 @@ module Aws::SecurityHub
|
|
29649
31070
|
# @return [Integer]
|
29650
31071
|
#
|
29651
31072
|
# @!attribute [rw] product
|
29652
|
-
# The native severity as defined by the
|
29653
|
-
# partner product that generated the finding.
|
31073
|
+
# The native severity as defined by the Amazon Web Services service or
|
31074
|
+
# integrated partner product that generated the finding.
|
29654
31075
|
# @return [Float]
|
29655
31076
|
#
|
29656
31077
|
# @!attribute [rw] label
|
@@ -29831,7 +31252,8 @@ module Aws::SecurityHub
|
|
29831
31252
|
# control.
|
29832
31253
|
#
|
29833
31254
|
# The finding severity is based on an assessment of how easy it would
|
29834
|
-
# be to compromise
|
31255
|
+
# be to compromise Amazon Web Services resources if the issue is
|
31256
|
+
# detected.
|
29835
31257
|
# @return [String]
|
29836
31258
|
#
|
29837
31259
|
# @!attribute [rw] related_requirements
|
@@ -29912,7 +31334,7 @@ module Aws::SecurityHub
|
|
29912
31334
|
#
|
29913
31335
|
# @!attribute [rw] standards_arn
|
29914
31336
|
# The ARN of the standard that you want to enable. To view the list of
|
29915
|
-
# available standards and their ARNs, use the `
|
31337
|
+
# available standards and their ARNs, use the `DescribeStandards`
|
29916
31338
|
# operation.
|
29917
31339
|
# @return [String]
|
29918
31340
|
#
|
@@ -29942,7 +31364,7 @@ module Aws::SecurityHub
|
|
29942
31364
|
# @!attribute [rw] reason_code
|
29943
31365
|
# A code that represents a reason for the control status. For the list
|
29944
31366
|
# of status reason codes and their meanings, see [Standards-related
|
29945
|
-
# information in the ASFF][1] in the *
|
31367
|
+
# information in the ASFF][1] in the *Security Hub User Guide*.
|
29946
31368
|
#
|
29947
31369
|
#
|
29948
31370
|
#
|
@@ -30247,6 +31669,12 @@ module Aws::SecurityHub
|
|
30247
31669
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
30248
31670
|
# },
|
30249
31671
|
# ],
|
31672
|
+
# region: [
|
31673
|
+
# {
|
31674
|
+
# value: "NonEmptyString",
|
31675
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
31676
|
+
# },
|
31677
|
+
# ],
|
30250
31678
|
# type: [
|
30251
31679
|
# {
|
30252
31680
|
# value: "NonEmptyString",
|
@@ -30656,6 +32084,12 @@ module Aws::SecurityHub
|
|
30656
32084
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
30657
32085
|
# },
|
30658
32086
|
# ],
|
32087
|
+
# resource_aws_iam_access_key_principal_name: [
|
32088
|
+
# {
|
32089
|
+
# value: "NonEmptyString",
|
32090
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
32091
|
+
# },
|
32092
|
+
# ],
|
30659
32093
|
# resource_aws_iam_access_key_status: [
|
30660
32094
|
# {
|
30661
32095
|
# value: "NonEmptyString",
|
@@ -30672,6 +32106,12 @@ module Aws::SecurityHub
|
|
30672
32106
|
# },
|
30673
32107
|
# },
|
30674
32108
|
# ],
|
32109
|
+
# resource_aws_iam_user_user_name: [
|
32110
|
+
# {
|
32111
|
+
# value: "NonEmptyString",
|
32112
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
32113
|
+
# },
|
32114
|
+
# ],
|
30675
32115
|
# resource_container_name: [
|
30676
32116
|
# {
|
30677
32117
|
# value: "NonEmptyString",
|
@@ -30886,6 +32326,12 @@ module Aws::SecurityHub
|
|
30886
32326
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
30887
32327
|
# },
|
30888
32328
|
# ],
|
32329
|
+
# region: [
|
32330
|
+
# {
|
32331
|
+
# value: "NonEmptyString",
|
32332
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
32333
|
+
# },
|
32334
|
+
# ],
|
30889
32335
|
# type: [
|
30890
32336
|
# {
|
30891
32337
|
# value: "NonEmptyString",
|
@@ -31295,6 +32741,12 @@ module Aws::SecurityHub
|
|
31295
32741
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
31296
32742
|
# },
|
31297
32743
|
# ],
|
32744
|
+
# resource_aws_iam_access_key_principal_name: [
|
32745
|
+
# {
|
32746
|
+
# value: "NonEmptyString",
|
32747
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
32748
|
+
# },
|
32749
|
+
# ],
|
31298
32750
|
# resource_aws_iam_access_key_status: [
|
31299
32751
|
# {
|
31300
32752
|
# value: "NonEmptyString",
|
@@ -31311,6 +32763,12 @@ module Aws::SecurityHub
|
|
31311
32763
|
# },
|
31312
32764
|
# },
|
31313
32765
|
# ],
|
32766
|
+
# resource_aws_iam_user_user_name: [
|
32767
|
+
# {
|
32768
|
+
# value: "NonEmptyString",
|
32769
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
32770
|
+
# },
|
32771
|
+
# ],
|
31314
32772
|
# resource_container_name: [
|
31315
32773
|
# {
|
31316
32774
|
# value: "NonEmptyString",
|
@@ -31723,7 +33181,7 @@ module Aws::SecurityHub
|
|
31723
33181
|
include Aws::Structure
|
31724
33182
|
end
|
31725
33183
|
|
31726
|
-
# Details about the action that CloudFront or
|
33184
|
+
# Details about the action that CloudFront or WAF takes when a web
|
31727
33185
|
# request matches the conditions in the rule.
|
31728
33186
|
#
|
31729
33187
|
# @note When making an API call, you may pass WafAction
|
@@ -31734,20 +33192,19 @@ module Aws::SecurityHub
|
|
31734
33192
|
# }
|
31735
33193
|
#
|
31736
33194
|
# @!attribute [rw] type
|
31737
|
-
# Specifies how you want
|
33195
|
+
# Specifies how you want WAF to respond to requests that match the
|
31738
33196
|
# settings in a rule.
|
31739
33197
|
#
|
31740
33198
|
# Valid settings include the following:
|
31741
33199
|
#
|
31742
|
-
# * `ALLOW` -
|
33200
|
+
# * `ALLOW` - WAF allows requests
|
31743
33201
|
#
|
31744
|
-
# * `BLOCK` -
|
33202
|
+
# * `BLOCK` - WAF blocks requests
|
31745
33203
|
#
|
31746
|
-
# * `COUNT` -
|
31747
|
-
#
|
31748
|
-
#
|
31749
|
-
#
|
31750
|
-
# WebACL.
|
33204
|
+
# * `COUNT` - WAF increments a counter of the requests that match all
|
33205
|
+
# of the conditions in the rule. WAF then continues to inspect the
|
33206
|
+
# web request based on the remaining rules in the web ACL. You
|
33207
|
+
# can't specify `COUNT` for the default action for a WebACL.
|
31751
33208
|
# @return [String]
|
31752
33209
|
#
|
31753
33210
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/WafAction AWS API Documentation
|