Uses of Interface
software.amazon.awscdk.services.fms.CfnPolicy.IEMapProperty
Packages that use CfnPolicy.IEMapProperty
-
Uses of CfnPolicy.IEMapProperty in software.amazon.awscdk.services.fms
Classes in software.amazon.awscdk.services.fms that implement CfnPolicy.IEMapPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnPolicy.IEMapProperty
Methods in software.amazon.awscdk.services.fms that return CfnPolicy.IEMapPropertyModifier and TypeMethodDescriptionCfnPolicy.IEMapProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.fms with parameters of type CfnPolicy.IEMapPropertyModifier and TypeMethodDescriptionCfnPolicy.Builder.excludeMap
(CfnPolicy.IEMapProperty excludeMap) Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy.CfnPolicyProps.Builder.excludeMap
(CfnPolicy.IEMapProperty excludeMap) Sets the value ofCfnPolicyProps.getExcludeMap()
CfnPolicy.Builder.includeMap
(CfnPolicy.IEMapProperty includeMap) Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.CfnPolicyProps.Builder.includeMap
(CfnPolicy.IEMapProperty includeMap) Sets the value ofCfnPolicyProps.getIncludeMap()
void
CfnPolicy.setExcludeMap
(CfnPolicy.IEMapProperty value) Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy.void
CfnPolicy.setIncludeMap
(CfnPolicy.IEMapProperty value) Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.