Uses of Class
software.amazon.awscdk.services.fms.CfnPolicyProps.Builder
Packages that use CfnPolicyProps.Builder
-
Uses of CfnPolicyProps.Builder in software.amazon.awscdk.services.fms
Methods in software.amazon.awscdk.services.fms that return CfnPolicyProps.BuilderModifier and TypeMethodDescriptionstatic CfnPolicyProps.Builder
CfnPolicyProps.builder()
CfnPolicyProps.Builder.deleteAllPolicyResources
(Boolean deleteAllPolicyResources) Sets the value ofCfnPolicyProps.getDeleteAllPolicyResources()
CfnPolicyProps.Builder.deleteAllPolicyResources
(IResolvable deleteAllPolicyResources) Sets the value ofCfnPolicyProps.getDeleteAllPolicyResources()
CfnPolicyProps.Builder.excludeMap
(IResolvable excludeMap) Sets the value ofCfnPolicyProps.getExcludeMap()
CfnPolicyProps.Builder.excludeMap
(CfnPolicy.IEMapProperty excludeMap) Sets the value ofCfnPolicyProps.getExcludeMap()
CfnPolicyProps.Builder.excludeResourceTags
(Boolean excludeResourceTags) Sets the value ofCfnPolicyProps.getExcludeResourceTags()
CfnPolicyProps.Builder.excludeResourceTags
(IResolvable excludeResourceTags) Sets the value ofCfnPolicyProps.getExcludeResourceTags()
CfnPolicyProps.Builder.includeMap
(IResolvable includeMap) Sets the value ofCfnPolicyProps.getIncludeMap()
CfnPolicyProps.Builder.includeMap
(CfnPolicy.IEMapProperty includeMap) Sets the value ofCfnPolicyProps.getIncludeMap()
CfnPolicyProps.Builder.policyDescription
(String policyDescription) Sets the value ofCfnPolicyProps.getPolicyDescription()
CfnPolicyProps.Builder.policyName
(String policyName) Sets the value ofCfnPolicyProps.getPolicyName()
CfnPolicyProps.Builder.remediationEnabled
(Boolean remediationEnabled) Sets the value ofCfnPolicyProps.getRemediationEnabled()
CfnPolicyProps.Builder.remediationEnabled
(IResolvable remediationEnabled) Sets the value ofCfnPolicyProps.getRemediationEnabled()
CfnPolicyProps.Builder.resourcesCleanUp
(Boolean resourcesCleanUp) Sets the value ofCfnPolicyProps.getResourcesCleanUp()
CfnPolicyProps.Builder.resourcesCleanUp
(IResolvable resourcesCleanUp) Sets the value ofCfnPolicyProps.getResourcesCleanUp()
CfnPolicyProps.Builder.resourceSetIds
(List<String> resourceSetIds) Sets the value ofCfnPolicyProps.getResourceSetIds()
CfnPolicyProps.Builder.resourceTags
(List<? extends Object> resourceTags) Sets the value ofCfnPolicyProps.getResourceTags()
CfnPolicyProps.Builder.resourceTags
(IResolvable resourceTags) Sets the value ofCfnPolicyProps.getResourceTags()
CfnPolicyProps.Builder.resourceType
(String resourceType) Sets the value ofCfnPolicyProps.getResourceType()
CfnPolicyProps.Builder.resourceTypeList
(List<String> resourceTypeList) Sets the value ofCfnPolicyProps.getResourceTypeList()
CfnPolicyProps.Builder.securityServicePolicyData
(IResolvable securityServicePolicyData) Sets the value ofCfnPolicyProps.getSecurityServicePolicyData()
CfnPolicyProps.Builder.securityServicePolicyData
(CfnPolicy.SecurityServicePolicyDataProperty securityServicePolicyData) Sets the value ofCfnPolicyProps.getSecurityServicePolicyData()
CfnPolicyProps.Builder.tags
(List<? extends CfnPolicy.PolicyTagProperty> tags) Sets the value ofCfnPolicyProps.getTags()
Constructors in software.amazon.awscdk.services.fms with parameters of type CfnPolicyProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPolicyProps.Builder
.