Class SccV2OrganizationNotificationConfig.Builder

    • Method Detail

      • connection

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

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

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

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

        @Stability(Stable)
        public SccV2OrganizationNotificationConfig.Builder configId​(String configId)
        This must be unique within the organization.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_notification_config#config_id SccV2OrganizationNotificationConfig#config_id}

        Parameters:
        configId - This must be unique within the organization. This parameter is required.
        Returns:
        this
      • organization

        @Stability(Stable)
        public SccV2OrganizationNotificationConfig.Builder organization​(String organization)
        The organization whose Cloud Security Command Center the Notification Config lives in.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_notification_config#organization SccV2OrganizationNotificationConfig#organization}

        Parameters:
        organization - The organization whose Cloud Security Command Center the Notification Config lives in. This parameter is required.
        Returns:
        this
      • pubsubTopic

        @Stability(Stable)
        public SccV2OrganizationNotificationConfig.Builder pubsubTopic​(String pubsubTopic)
        The Pub/Sub topic to send notifications to. Its format is "projects/[project_id]/topics/[topic]".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_notification_config#pubsub_topic SccV2OrganizationNotificationConfig#pubsub_topic}

        Parameters:
        pubsubTopic - The Pub/Sub topic to send notifications to. Its format is "projects/[project_id]/topics/[topic]". This parameter is required.
        Returns:
        this
      • streamingConfig

        @Stability(Stable)
        public SccV2OrganizationNotificationConfig.Builder streamingConfig​(SccV2OrganizationNotificationConfigStreamingConfig streamingConfig)
        streaming_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_notification_config#streaming_config SccV2OrganizationNotificationConfig#streaming_config}

        Parameters:
        streamingConfig - streaming_config block. This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public SccV2OrganizationNotificationConfig.Builder description​(String description)
        The description of the notification config (max of 1024 characters).

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

        Parameters:
        description - The description of the notification config (max of 1024 characters). This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public SccV2OrganizationNotificationConfig.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_notification_config#id SccV2OrganizationNotificationConfig#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/scc_v2_organization_notification_config#id SccV2OrganizationNotificationConfig#id}. This parameter is required.
        Returns:
        this
      • location

        @Stability(Stable)
        public SccV2OrganizationNotificationConfig.Builder location​(String location)
        location Id is provided by organization. If not provided, Use global as default.

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

        Parameters:
        location - location Id is provided by organization. If not provided, Use global as default. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public SccV2OrganizationNotificationConfig.Builder timeouts​(SccV2OrganizationNotificationConfigTimeouts timeouts)
        timeouts block.

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

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