Class NetworkSecuritySecurityProfileGroup.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public NetworkSecuritySecurityProfileGroup.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public NetworkSecuritySecurityProfileGroup.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public NetworkSecuritySecurityProfileGroup.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public NetworkSecuritySecurityProfileGroup.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public NetworkSecuritySecurityProfileGroup.Builder name​(String name)
        The name of the security profile group resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile_group#name NetworkSecuritySecurityProfileGroup#name}

        Parameters:
        name - The name of the security profile group resource. This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public NetworkSecuritySecurityProfileGroup.Builder description​(String description)
        An optional description of the profile. The Max length is 512 characters.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile_group#description NetworkSecuritySecurityProfileGroup#description}

        Parameters:
        description - An optional description of the profile. The Max length is 512 characters. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public NetworkSecuritySecurityProfileGroup.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile_group#id NetworkSecuritySecurityProfileGroup#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile_group#id NetworkSecuritySecurityProfileGroup#id}. This parameter is required.
        Returns:
        this
      • labels

        @Stability(Stable)
        public NetworkSecuritySecurityProfileGroup.Builder labels​(Map<String,​String> labels)
        A map of key/value label pairs to assign to the resource.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile_group#labels NetworkSecuritySecurityProfileGroup#labels}

        Parameters:
        labels - A map of key/value label pairs to assign to the resource. This parameter is required.
        Returns:
        this
      • location

        @Stability(Stable)
        public NetworkSecuritySecurityProfileGroup.Builder location​(String location)
        The location of the security profile group. The default value is 'global'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile_group#location NetworkSecuritySecurityProfileGroup#location}

        Parameters:
        location - The location of the security profile group. The default value is 'global'. This parameter is required.
        Returns:
        this
      • parent

        @Stability(Stable)
        public NetworkSecuritySecurityProfileGroup.Builder parent​(String parent)
        The name of the parent this security profile group belongs to. Format: organizations/{organization_id}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile_group#parent NetworkSecuritySecurityProfileGroup#parent}

        Parameters:
        parent - The name of the parent this security profile group belongs to. Format: organizations/{organization_id}. This parameter is required.
        Returns:
        this
      • threatPreventionProfile

        @Stability(Stable)
        public NetworkSecuritySecurityProfileGroup.Builder threatPreventionProfile​(String threatPreventionProfile)
        Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile_group#threat_prevention_profile NetworkSecuritySecurityProfileGroup#threat_prevention_profile}

        Parameters:
        threatPreventionProfile - Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public NetworkSecuritySecurityProfileGroup.Builder timeouts​(NetworkSecuritySecurityProfileGroupTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile_group#timeouts NetworkSecuritySecurityProfileGroup#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this