com.pulumi.googlenative.networksecurity.v1.TlsInspectionPolicyArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.networksecurity.v1;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class TlsInspectionPolicyArgs extends com.pulumi.resources.ResourceArgs {
public static final TlsInspectionPolicyArgs Empty = new TlsInspectionPolicyArgs();
/**
* A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
*
*/
@Import(name="caPool", required=true)
private Output caPool;
/**
* @return A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
*
*/
public Output caPool() {
return this.caPool;
}
/**
* Optional. Free-text description of the resource.
*
*/
@Import(name="description")
private @Nullable Output description;
/**
* @return Optional. Free-text description of the resource.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy