Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.fms.CfnPolicyPropsMixin.Builder
Packages that use CfnPolicyPropsMixin.Builder
-
Uses of CfnPolicyPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.fms
Methods in software.amazon.awscdk.cfnpropertymixins.services.fms that return CfnPolicyPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnPolicyPropsMixin.BuilderCfnPolicyPropsMixin.Builder.create()static CfnPolicyPropsMixin.BuilderCfnPolicyPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPolicyPropsMixin.Builder.deleteAllPolicyResources(Boolean deleteAllPolicyResources) Used when deleting a policy.CfnPolicyPropsMixin.Builder.deleteAllPolicyResources(IResolvable deleteAllPolicyResources) Used when deleting a policy.CfnPolicyPropsMixin.Builder.excludeMap(CfnPolicyPropsMixin.IEMapProperty excludeMap) Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy.CfnPolicyPropsMixin.Builder.excludeMap(IResolvable excludeMap) Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy.CfnPolicyPropsMixin.Builder.excludeResourceTags(Boolean excludeResourceTags) Used only when tags are specified in theResourceTagsproperty.CfnPolicyPropsMixin.Builder.excludeResourceTags(IResolvable excludeResourceTags) Used only when tags are specified in theResourceTagsproperty.CfnPolicyPropsMixin.Builder.includeMap(CfnPolicyPropsMixin.IEMapProperty includeMap) Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.CfnPolicyPropsMixin.Builder.includeMap(IResolvable includeMap) Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.CfnPolicyPropsMixin.Builder.policyDescription(String policyDescription) Your description of the AWS Firewall Manager policy.CfnPolicyPropsMixin.Builder.policyName(String policyName) The name of the AWS Firewall Manager policy.CfnPolicyPropsMixin.Builder.remediationEnabled(Boolean remediationEnabled) Indicates if the policy should be automatically applied to new resources.CfnPolicyPropsMixin.Builder.remediationEnabled(IResolvable remediationEnabled) Indicates if the policy should be automatically applied to new resources.CfnPolicyPropsMixin.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.CfnPolicyPropsMixin.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.CfnPolicyPropsMixin.Builder.resourceSetIds(List<String> resourceSetIds) The unique identifiers of the resource sets used by the policy.CfnPolicyPropsMixin.Builder.resourceTagLogicalOperator(String resourceTagLogicalOperator) Specifies whether to combine multiple resource tags with AND, so that a resource must have all tags to be included or excluded, or OR, so that a resource must have at least one tag.CfnPolicyPropsMixin.Builder.resourceTags(List<? extends Object> resourceTags) An array ofResourceTagobjects, used to explicitly include resources in the policy scope or explicitly exclude them.CfnPolicyPropsMixin.Builder.resourceTags(IResolvable resourceTags) An array ofResourceTagobjects, used to explicitly include resources in the policy scope or explicitly exclude them.CfnPolicyPropsMixin.Builder.resourceType(String resourceType) The type of resource protected by or in scope of the policy.CfnPolicyPropsMixin.Builder.resourceTypeList(List<String> resourceTypeList) An array ofResourceTypeobjects.CfnPolicyPropsMixin.Builder.securityServicePolicyData(CfnPolicyPropsMixin.SecurityServicePolicyDataProperty securityServicePolicyData) Details about the security service that is being used to protect the resources.CfnPolicyPropsMixin.Builder.securityServicePolicyData(IResolvable securityServicePolicyData) Details about the security service that is being used to protect the resources.CfnPolicyPropsMixin.Builder.tags(List<? extends CfnPolicyPropsMixin.PolicyTagProperty> tags) A collection of key:value pairs associated with an AWS resource.