public static interface CreateWebAclMigrationStackRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<CreateWebAclMigrationStackRequest.Builder,CreateWebAclMigrationStackRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWebAclMigrationStackRequest.Builder |
ignoreUnsupportedType(Boolean ignoreUnsupportedType)
Indicates whether to exclude entities that can't be migrated or to stop the migration.
|
CreateWebAclMigrationStackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWebAclMigrationStackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWebAclMigrationStackRequest.Builder |
s3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to store the CloudFormation template in.
|
CreateWebAclMigrationStackRequest.Builder |
webACLId(String webACLId)
The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWebAclMigrationStackRequest.Builder webACLId(String webACLId)
The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
webACLId - The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.CreateWebAclMigrationStackRequest.Builder s3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to store the CloudFormation template in. The S3 bucket must be configured as follows for the migration:
The bucket name must start with aws-waf-migration-. For example,
aws-waf-migration-my-web-acl.
The bucket must be in the Region where you are deploying the template. For example, for a web ACL in us-west-2, you must use an Amazon S3 bucket in us-west-2 and you must deploy the template stack to us-west-2.
The bucket policies must permit the migration process to write data. For listings of the bucket policies, see the Examples section.
s3BucketName - The name of the Amazon S3 bucket to store the CloudFormation template in. The S3 bucket must be
configured as follows for the migration:
The bucket name must start with aws-waf-migration-. For example,
aws-waf-migration-my-web-acl.
The bucket must be in the Region where you are deploying the template. For example, for a web ACL in us-west-2, you must use an Amazon S3 bucket in us-west-2 and you must deploy the template stack to us-west-2.
The bucket policies must permit the migration process to write data. For listings of the bucket policies, see the Examples section.
CreateWebAclMigrationStackRequest.Builder ignoreUnsupportedType(Boolean ignoreUnsupportedType)
Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported entities, it stops the process and throws an exception.
ignoreUnsupportedType - Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to
true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF
encounters unsupported entities, it stops the process and throws an exception.CreateWebAclMigrationStackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWebAclMigrationStackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.