Class TlsInspectionPolicyArgs


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

      • caPool

        public com.pulumi.core.Output<java.lang.String> caPool()
        Returns:
        A CA pool resource used to issue interception certificates.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Free-text description of the resource.
      • excludePublicCaSet

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> excludePublicCaSet()
        Returns:
        If FALSE (the default), use our default set of public CAs in addition to any CAs specified in trustConfig. These public CAs are currently based on the Mozilla Root Program and are subject to change over time. If TRUE, do not accept our default set of public CAs. Only CAs specified in trustConfig will be accepted.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The location of the tls inspection policy.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Short name of the TlsInspectionPolicy resource to be created. ***
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.