| Package | Description |
|---|---|
| software.amazon.awscdk.services.fms |
AWS::FMS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnPolicy.Builder |
CfnPolicy.Builder.create(software.constructs.Construct scope,
String id) |
CfnPolicy.Builder |
CfnPolicy.Builder.deleteAllPolicyResources(Boolean deleteAllPolicyResources)
Used when deleting a policy.
|
CfnPolicy.Builder |
CfnPolicy.Builder.deleteAllPolicyResources(IResolvable deleteAllPolicyResources)
Used when deleting a policy.
|
CfnPolicy.Builder |
CfnPolicy.Builder.excludeMap(CfnPolicy.IEMapProperty excludeMap)
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy.
|
CfnPolicy.Builder |
CfnPolicy.Builder.excludeMap(IResolvable excludeMap)
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy.
|
CfnPolicy.Builder |
CfnPolicy.Builder.excludeResourceTags(Boolean excludeResourceTags)
Used only when tags are specified in the `ResourceTags` property.
|
CfnPolicy.Builder |
CfnPolicy.Builder.excludeResourceTags(IResolvable excludeResourceTags)
Used only when tags are specified in the `ResourceTags` property.
|
CfnPolicy.Builder |
CfnPolicy.Builder.includeMap(CfnPolicy.IEMapProperty includeMap)
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.
|
CfnPolicy.Builder |
CfnPolicy.Builder.includeMap(IResolvable includeMap)
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.
|
CfnPolicy.Builder |
CfnPolicy.Builder.policyName(String policyName)
The name of the AWS Firewall Manager policy.
|
CfnPolicy.Builder |
CfnPolicy.Builder.remediationEnabled(Boolean remediationEnabled)
Indicates if the policy should be automatically applied to new resources.
|
CfnPolicy.Builder |
CfnPolicy.Builder.remediationEnabled(IResolvable remediationEnabled)
Indicates if the policy should be automatically applied to new resources.
|
CfnPolicy.Builder |
CfnPolicy.Builder.resourcesCleanUp(Boolean resourcesCleanUp)
Indicates whether AWS Firewall Manager should automatically remove protections from resources that leave the policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy scope.
|
CfnPolicy.Builder |
CfnPolicy.Builder.resourcesCleanUp(IResolvable resourcesCleanUp)
Indicates whether AWS Firewall Manager should automatically remove protections from resources that leave the policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy scope.
|
CfnPolicy.Builder |
CfnPolicy.Builder.resourceTags(IResolvable resourceTags)
An array of `ResourceTag` objects, used to explicitly include resources in the policy scope or explicitly exclude them.
|
CfnPolicy.Builder |
CfnPolicy.Builder.resourceTags(List<? extends Object> resourceTags)
An array of `ResourceTag` objects, used to explicitly include resources in the policy scope or explicitly exclude them.
|
CfnPolicy.Builder |
CfnPolicy.Builder.resourceType(String resourceType)
The type of resource protected by or in scope of the policy.
|
CfnPolicy.Builder |
CfnPolicy.Builder.resourceTypeList(List<String> resourceTypeList)
An array of `ResourceType` objects.
|
CfnPolicy.Builder |
CfnPolicy.Builder.securityServicePolicyData(CfnPolicy.SecurityServicePolicyDataProperty securityServicePolicyData)
Details about the security service that is being used to protect the resources.
|
CfnPolicy.Builder |
CfnPolicy.Builder.securityServicePolicyData(IResolvable securityServicePolicyData)
Details about the security service that is being used to protect the resources.
|
CfnPolicy.Builder |
CfnPolicy.Builder.tags(List<? extends CfnPolicy.PolicyTagProperty> tags)
A collection of key:value pairs associated with an AWS resource.
|
Copyright © 2022. All rights reserved.