Class PolicySecurityServicePolicyDataArgs


  • public final class PolicySecurityServicePolicyDataArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • managedServiceData

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> managedServiceData()
        Returns:
        Details about the service that are specific to the service type, in JSON format. For service type `SHIELD_ADVANCED`, this is an empty string. Examples depending on `type` can be found in the [AWS Firewall Manager SecurityServicePolicyData API Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_SecurityServicePolicyData.html).
      • policyOption

        public java.util.Optional<com.pulumi.core.Output<PolicySecurityServicePolicyDataPolicyOptionArgs>> policyOption()
        Returns:
        Contains the Network Firewall firewall policy options to configure a centralized deployment model. Documented below.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        The service that the policy is using to protect the resources. For the current list of supported types, please refer to the [AWS Firewall Manager SecurityServicePolicyData API Type Reference](https://docs.aws.amazon.com/fms/2018-01-01/APIReference/API_SecurityServicePolicyData.html#fms-Type-SecurityServicePolicyData-Type).