|
1923 | 1923 | "required":["ConfigRuleName"], |
1924 | 1924 | "members":{ |
1925 | 1925 | "ConfigRuleName":{"shape":"ConfigRuleName"}, |
1926 | | - "ResourceType":{"shape":"StringWithCharLimit256"} |
| 1926 | + "ResourceType":{"shape":"String"} |
1927 | 1927 | } |
1928 | 1928 | }, |
1929 | 1929 | "DeleteRemediationConfigurationResponse":{ |
|
3696 | 3696 | "ConfigRuleName":{"shape":"ConfigRuleName"}, |
3697 | 3697 | "TargetType":{"shape":"RemediationTargetType"}, |
3698 | 3698 | "TargetId":{"shape":"StringWithCharLimit256"}, |
3699 | | - "TargetVersion":{"shape":"StringWithCharLimit256"}, |
| 3699 | + "TargetVersion":{"shape":"String"}, |
3700 | 3700 | "Parameters":{"shape":"RemediationParameters"}, |
3701 | | - "ResourceType":{"shape":"StringWithCharLimit256"}, |
| 3701 | + "ResourceType":{"shape":"String"}, |
3702 | 3702 | "Automatic":{"shape":"Boolean"}, |
3703 | 3703 | "ExecutionControls":{"shape":"ExecutionControls"}, |
3704 | 3704 | "MaximumAutomaticAttempts":{"shape":"AutoRemediationAttempts"}, |
|
3921 | 3921 | "ResourceType":{ |
3922 | 3922 | "type":"string", |
3923 | 3923 | "enum":[ |
3924 | | - "AWS::ACM::Certificate", |
3925 | | - "AWS::ApiGateway::DomainName", |
3926 | | - "AWS::ApiGateway::Method", |
3927 | | - "AWS::ApiGateway::RestApi", |
3928 | | - "AWS::ApiGateway::Stage", |
3929 | | - "AWS::ApiGatewayV2::Api", |
3930 | | - "AWS::ApiGatewayV2::DomainName", |
3931 | | - "AWS::ApiGatewayV2::Stage", |
3932 | | - "AWS::AutoScaling::AutoScalingGroup", |
3933 | | - "AWS::AutoScaling::LaunchConfiguration", |
3934 | | - "AWS::AutoScaling::ScalingPolicy", |
3935 | | - "AWS::AutoScaling::ScheduledAction", |
3936 | | - "AWS::CloudFormation::Stack", |
3937 | | - "AWS::CloudFront::Distribution", |
3938 | | - "AWS::CloudFront::StreamingDistribution", |
3939 | | - "AWS::CloudTrail::Trail", |
3940 | | - "AWS::CloudWatch::Alarm", |
3941 | | - "AWS::CodeBuild::Project", |
3942 | | - "AWS::CodePipeline::Pipeline", |
3943 | | - "AWS::Config::ResourceCompliance", |
3944 | | - "AWS::DynamoDB::Table", |
3945 | 3924 | "AWS::EC2::CustomerGateway", |
3946 | | - "AWS::EC2::EgressOnlyInternetGateway", |
3947 | 3925 | "AWS::EC2::EIP", |
3948 | | - "AWS::EC2::FlowLog", |
3949 | 3926 | "AWS::EC2::Host", |
3950 | 3927 | "AWS::EC2::Instance", |
3951 | 3928 | "AWS::EC2::InternetGateway", |
3952 | | - "AWS::EC2::NatGateway", |
3953 | 3929 | "AWS::EC2::NetworkAcl", |
3954 | 3930 | "AWS::EC2::NetworkInterface", |
3955 | | - "AWS::EC2::RegisteredHAInstance", |
3956 | 3931 | "AWS::EC2::RouteTable", |
3957 | 3932 | "AWS::EC2::SecurityGroup", |
3958 | 3933 | "AWS::EC2::Subnet", |
| 3934 | + "AWS::CloudTrail::Trail", |
3959 | 3935 | "AWS::EC2::Volume", |
3960 | 3936 | "AWS::EC2::VPC", |
| 3937 | + "AWS::EC2::VPNConnection", |
| 3938 | + "AWS::EC2::VPNGateway", |
| 3939 | + "AWS::EC2::RegisteredHAInstance", |
| 3940 | + "AWS::EC2::NatGateway", |
| 3941 | + "AWS::EC2::EgressOnlyInternetGateway", |
3961 | 3942 | "AWS::EC2::VPCEndpoint", |
3962 | 3943 | "AWS::EC2::VPCEndpointService", |
| 3944 | + "AWS::EC2::FlowLog", |
3963 | 3945 | "AWS::EC2::VPCPeeringConnection", |
3964 | | - "AWS::EC2::VPNConnection", |
3965 | | - "AWS::EC2::VPNGateway", |
3966 | | - "AWS::ECR::Repository", |
3967 | | - "AWS::ECS::Cluster", |
3968 | | - "AWS::ECS::PrimaryTaskSet", |
3969 | | - "AWS::ECS::Service", |
3970 | | - "AWS::ECS::TaskDefinition", |
3971 | | - "AWS::ECS::TaskSet", |
3972 | | - "AWS::EKS::Cluster", |
3973 | | - "AWS::EKS::Nodegroup", |
3974 | | - "AWS::ElasticBeanstalk::Application", |
3975 | | - "AWS::ElasticBeanstalk::ApplicationVersion", |
3976 | | - "AWS::ElasticBeanstalk::Environment", |
3977 | | - "AWS::ElasticLoadBalancing::LoadBalancer", |
3978 | | - "AWS::ElasticLoadBalancingV2::LoadBalancer", |
3979 | 3946 | "AWS::Elasticsearch::Domain", |
3980 | 3947 | "AWS::IAM::Group", |
3981 | 3948 | "AWS::IAM::Policy", |
3982 | 3949 | "AWS::IAM::Role", |
3983 | 3950 | "AWS::IAM::User", |
3984 | | - "AWS::Kinesis::Stream", |
3985 | | - "AWS::Kinesis::StreamConsumer", |
3986 | | - "AWS::KinesisAnalytics::Application", |
3987 | | - "AWS::KinesisAnalytics::ApplicationOutput", |
3988 | | - "AWS::KinesisAnalytics::ApplicationReferenceDataSource", |
3989 | | - "AWS::KinesisAnalyticsV2::Application", |
3990 | | - "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption", |
3991 | | - "AWS::KinesisAnalyticsV2::ApplicationOutput", |
3992 | | - "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource", |
3993 | | - "AWS::KinesisFirehose::DeliveryStream", |
3994 | | - "AWS::KMS::Key", |
3995 | | - "AWS::Lambda::Alias", |
3996 | | - "AWS::Lambda::Function", |
3997 | | - "AWS::LicenseManager::LicenseConfiguration", |
3998 | | - "AWS::MobileHub::Project", |
3999 | | - "AWS::QLDB::Ledger", |
4000 | | - "AWS::RDS::DBCluster", |
4001 | | - "AWS::RDS::DBClusterParameterGroup", |
4002 | | - "AWS::RDS::DBClusterSnapshot", |
| 3951 | + "AWS::ElasticLoadBalancingV2::LoadBalancer", |
| 3952 | + "AWS::ACM::Certificate", |
4003 | 3953 | "AWS::RDS::DBInstance", |
4004 | | - "AWS::RDS::DBOptionGroup", |
4005 | | - "AWS::RDS::DBParameterGroup", |
| 3954 | + "AWS::RDS::DBSubnetGroup", |
4006 | 3955 | "AWS::RDS::DBSecurityGroup", |
4007 | 3956 | "AWS::RDS::DBSnapshot", |
4008 | | - "AWS::RDS::DBSubnetGroup", |
| 3957 | + "AWS::RDS::DBCluster", |
| 3958 | + "AWS::RDS::DBClusterSnapshot", |
4009 | 3959 | "AWS::RDS::EventSubscription", |
| 3960 | + "AWS::S3::Bucket", |
| 3961 | + "AWS::S3::AccountPublicAccessBlock", |
4010 | 3962 | "AWS::Redshift::Cluster", |
| 3963 | + "AWS::Redshift::ClusterSnapshot", |
4011 | 3964 | "AWS::Redshift::ClusterParameterGroup", |
4012 | 3965 | "AWS::Redshift::ClusterSecurityGroup", |
4013 | | - "AWS::Redshift::ClusterSnapshot", |
4014 | 3966 | "AWS::Redshift::ClusterSubnetGroup", |
4015 | 3967 | "AWS::Redshift::EventSubscription", |
4016 | | - "AWS::S3::AccountPublicAccessBlock", |
4017 | | - "AWS::S3::Bucket", |
4018 | | - "AWS::SecretsManager::Secret", |
4019 | | - "AWS::ServiceCatalog::CloudFormationProduct", |
4020 | | - "AWS::ServiceCatalog::CloudFormationProvisionedProduct", |
4021 | | - "AWS::ServiceCatalog::Portfolio", |
4022 | | - "AWS::Shield::Protection", |
4023 | | - "AWS::ShieldRegional::Protection", |
4024 | | - "AWS::SNS::Topic", |
4025 | | - "AWS::SQS::Queue", |
4026 | | - "AWS::SSM::AssociationCompliance", |
4027 | 3968 | "AWS::SSM::ManagedInstanceInventory", |
4028 | | - "AWS::SSM::PatchCompliance", |
| 3969 | + "AWS::CloudWatch::Alarm", |
| 3970 | + "AWS::CloudFormation::Stack", |
| 3971 | + "AWS::ElasticLoadBalancing::LoadBalancer", |
| 3972 | + "AWS::AutoScaling::AutoScalingGroup", |
| 3973 | + "AWS::AutoScaling::LaunchConfiguration", |
| 3974 | + "AWS::AutoScaling::ScalingPolicy", |
| 3975 | + "AWS::AutoScaling::ScheduledAction", |
| 3976 | + "AWS::DynamoDB::Table", |
| 3977 | + "AWS::CodeBuild::Project", |
4029 | 3978 | "AWS::WAF::RateBasedRule", |
4030 | 3979 | "AWS::WAF::Rule", |
4031 | 3980 | "AWS::WAF::RuleGroup", |
|
4034 | 3983 | "AWS::WAFRegional::Rule", |
4035 | 3984 | "AWS::WAFRegional::RuleGroup", |
4036 | 3985 | "AWS::WAFRegional::WebACL", |
| 3986 | + "AWS::CloudFront::Distribution", |
| 3987 | + "AWS::CloudFront::StreamingDistribution", |
| 3988 | + "AWS::Lambda::Function", |
| 3989 | + "AWS::ElasticBeanstalk::Application", |
| 3990 | + "AWS::ElasticBeanstalk::ApplicationVersion", |
| 3991 | + "AWS::ElasticBeanstalk::Environment", |
4037 | 3992 | "AWS::WAFv2::WebACL", |
4038 | 3993 | "AWS::WAFv2::RuleGroup", |
4039 | 3994 | "AWS::WAFv2::IPSet", |
4040 | 3995 | "AWS::WAFv2::RegexPatternSet", |
4041 | 3996 | "AWS::WAFv2::ManagedRuleSet", |
4042 | | - "AWS::XRay::EncryptionConfig" |
| 3997 | + "AWS::XRay::EncryptionConfig", |
| 3998 | + "AWS::SSM::AssociationCompliance", |
| 3999 | + "AWS::SSM::PatchCompliance", |
| 4000 | + "AWS::Shield::Protection", |
| 4001 | + "AWS::ShieldRegional::Protection", |
| 4002 | + "AWS::Config::ResourceCompliance", |
| 4003 | + "AWS::ApiGateway::Stage", |
| 4004 | + "AWS::ApiGateway::RestApi", |
| 4005 | + "AWS::ApiGatewayV2::Stage", |
| 4006 | + "AWS::ApiGatewayV2::Api", |
| 4007 | + "AWS::CodePipeline::Pipeline", |
| 4008 | + "AWS::ServiceCatalog::CloudFormationProvisionedProduct", |
| 4009 | + "AWS::ServiceCatalog::CloudFormationProduct", |
| 4010 | + "AWS::ServiceCatalog::Portfolio", |
| 4011 | + "AWS::SQS::Queue", |
| 4012 | + "AWS::KMS::Key", |
| 4013 | + "AWS::QLDB::Ledger" |
4043 | 4014 | ] |
4044 | 4015 | }, |
4045 | 4016 | "ResourceTypeList":{ |
|
0 commit comments