1. Packages
  2. Datadog
  3. API Docs
  4. gcp
  5. IntegrationSts
Datadog v4.28.0 published on Tuesday, Apr 23, 2024 by Pulumi

datadog.gcp.IntegrationSts

Explore with Pulumi AI

datadog logo
Datadog v4.28.0 published on Tuesday, Apr 23, 2024 by Pulumi

    Provides a Datadog Integration GCP Sts resource. This can be used to create and manage Datadog - Google Cloud Platform integration.

    Create IntegrationSts Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new IntegrationSts(name: string, args: IntegrationStsArgs, opts?: CustomResourceOptions);
    @overload
    def IntegrationSts(resource_name: str,
                       args: IntegrationStsArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def IntegrationSts(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       client_email: Optional[str] = None,
                       account_tags: Optional[Sequence[str]] = None,
                       automute: Optional[bool] = None,
                       host_filters: Optional[Sequence[str]] = None,
                       is_cspm_enabled: Optional[bool] = None,
                       is_security_command_center_enabled: Optional[bool] = None,
                       resource_collection_enabled: Optional[bool] = None)
    func NewIntegrationSts(ctx *Context, name string, args IntegrationStsArgs, opts ...ResourceOption) (*IntegrationSts, error)
    public IntegrationSts(string name, IntegrationStsArgs args, CustomResourceOptions? opts = null)
    public IntegrationSts(String name, IntegrationStsArgs args)
    public IntegrationSts(String name, IntegrationStsArgs args, CustomResourceOptions options)
    
    type: datadog:gcp:IntegrationSts
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args IntegrationStsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args IntegrationStsArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args IntegrationStsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IntegrationStsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IntegrationStsArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var integrationStsResource = new Datadog.Gcp.IntegrationSts("integrationStsResource", new()
    {
        ClientEmail = "string",
        AccountTags = new[]
        {
            "string",
        },
        Automute = false,
        HostFilters = new[]
        {
            "string",
        },
        IsCspmEnabled = false,
        IsSecurityCommandCenterEnabled = false,
        ResourceCollectionEnabled = false,
    });
    
    example, err := gcp.NewIntegrationSts(ctx, "integrationStsResource", &gcp.IntegrationStsArgs{
    	ClientEmail: pulumi.String("string"),
    	AccountTags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Automute: pulumi.Bool(false),
    	HostFilters: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	IsCspmEnabled:                  pulumi.Bool(false),
    	IsSecurityCommandCenterEnabled: pulumi.Bool(false),
    	ResourceCollectionEnabled:      pulumi.Bool(false),
    })
    
    var integrationStsResource = new IntegrationSts("integrationStsResource", IntegrationStsArgs.builder()        
        .clientEmail("string")
        .accountTags("string")
        .automute(false)
        .hostFilters("string")
        .isCspmEnabled(false)
        .isSecurityCommandCenterEnabled(false)
        .resourceCollectionEnabled(false)
        .build());
    
    integration_sts_resource = datadog.gcp.IntegrationSts("integrationStsResource",
        client_email="string",
        account_tags=["string"],
        automute=False,
        host_filters=["string"],
        is_cspm_enabled=False,
        is_security_command_center_enabled=False,
        resource_collection_enabled=False)
    
    const integrationStsResource = new datadog.gcp.IntegrationSts("integrationStsResource", {
        clientEmail: "string",
        accountTags: ["string"],
        automute: false,
        hostFilters: ["string"],
        isCspmEnabled: false,
        isSecurityCommandCenterEnabled: false,
        resourceCollectionEnabled: false,
    });
    
    type: datadog:gcp:IntegrationSts
    properties:
        accountTags:
            - string
        automute: false
        clientEmail: string
        hostFilters:
            - string
        isCspmEnabled: false
        isSecurityCommandCenterEnabled: false
        resourceCollectionEnabled: false
    

    IntegrationSts Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The IntegrationSts resource accepts the following input properties:

    ClientEmail string
    Your service account email address.
    AccountTags List<string>
    Tags to be associated with GCP metrics and service checks from your account.
    Automute bool
    Silence monitors for expected GCE instance shutdowns.
    HostFilters List<string>
    Your Host Filters.
    IsCspmEnabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    IsSecurityCommandCenterEnabled bool
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    ResourceCollectionEnabled bool
    When enabled, Datadog scans for all resources in your GCP environment.
    ClientEmail string
    Your service account email address.
    AccountTags []string
    Tags to be associated with GCP metrics and service checks from your account.
    Automute bool
    Silence monitors for expected GCE instance shutdowns.
    HostFilters []string
    Your Host Filters.
    IsCspmEnabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    IsSecurityCommandCenterEnabled bool
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    ResourceCollectionEnabled bool
    When enabled, Datadog scans for all resources in your GCP environment.
    clientEmail String
    Your service account email address.
    accountTags List<String>
    Tags to be associated with GCP metrics and service checks from your account.
    automute Boolean
    Silence monitors for expected GCE instance shutdowns.
    hostFilters List<String>
    Your Host Filters.
    isCspmEnabled Boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    isSecurityCommandCenterEnabled Boolean
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    resourceCollectionEnabled Boolean
    When enabled, Datadog scans for all resources in your GCP environment.
    clientEmail string
    Your service account email address.
    accountTags string[]
    Tags to be associated with GCP metrics and service checks from your account.
    automute boolean
    Silence monitors for expected GCE instance shutdowns.
    hostFilters string[]
    Your Host Filters.
    isCspmEnabled boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    isSecurityCommandCenterEnabled boolean
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    resourceCollectionEnabled boolean
    When enabled, Datadog scans for all resources in your GCP environment.
    client_email str
    Your service account email address.
    account_tags Sequence[str]
    Tags to be associated with GCP metrics and service checks from your account.
    automute bool
    Silence monitors for expected GCE instance shutdowns.
    host_filters Sequence[str]
    Your Host Filters.
    is_cspm_enabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    is_security_command_center_enabled bool
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    resource_collection_enabled bool
    When enabled, Datadog scans for all resources in your GCP environment.
    clientEmail String
    Your service account email address.
    accountTags List<String>
    Tags to be associated with GCP metrics and service checks from your account.
    automute Boolean
    Silence monitors for expected GCE instance shutdowns.
    hostFilters List<String>
    Your Host Filters.
    isCspmEnabled Boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    isSecurityCommandCenterEnabled Boolean
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    resourceCollectionEnabled Boolean
    When enabled, Datadog scans for all resources in your GCP environment.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the IntegrationSts resource produces the following output properties:

    DelegateAccountEmail string
    Datadog's STS Delegate Email.
    Id string
    The provider-assigned unique ID for this managed resource.
    DelegateAccountEmail string
    Datadog's STS Delegate Email.
    Id string
    The provider-assigned unique ID for this managed resource.
    delegateAccountEmail String
    Datadog's STS Delegate Email.
    id String
    The provider-assigned unique ID for this managed resource.
    delegateAccountEmail string
    Datadog's STS Delegate Email.
    id string
    The provider-assigned unique ID for this managed resource.
    delegate_account_email str
    Datadog's STS Delegate Email.
    id str
    The provider-assigned unique ID for this managed resource.
    delegateAccountEmail String
    Datadog's STS Delegate Email.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing IntegrationSts Resource

    Get an existing IntegrationSts resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: IntegrationStsState, opts?: CustomResourceOptions): IntegrationSts
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_tags: Optional[Sequence[str]] = None,
            automute: Optional[bool] = None,
            client_email: Optional[str] = None,
            delegate_account_email: Optional[str] = None,
            host_filters: Optional[Sequence[str]] = None,
            is_cspm_enabled: Optional[bool] = None,
            is_security_command_center_enabled: Optional[bool] = None,
            resource_collection_enabled: Optional[bool] = None) -> IntegrationSts
    func GetIntegrationSts(ctx *Context, name string, id IDInput, state *IntegrationStsState, opts ...ResourceOption) (*IntegrationSts, error)
    public static IntegrationSts Get(string name, Input<string> id, IntegrationStsState? state, CustomResourceOptions? opts = null)
    public static IntegrationSts get(String name, Output<String> id, IntegrationStsState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountTags List<string>
    Tags to be associated with GCP metrics and service checks from your account.
    Automute bool
    Silence monitors for expected GCE instance shutdowns.
    ClientEmail string
    Your service account email address.
    DelegateAccountEmail string
    Datadog's STS Delegate Email.
    HostFilters List<string>
    Your Host Filters.
    IsCspmEnabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    IsSecurityCommandCenterEnabled bool
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    ResourceCollectionEnabled bool
    When enabled, Datadog scans for all resources in your GCP environment.
    AccountTags []string
    Tags to be associated with GCP metrics and service checks from your account.
    Automute bool
    Silence monitors for expected GCE instance shutdowns.
    ClientEmail string
    Your service account email address.
    DelegateAccountEmail string
    Datadog's STS Delegate Email.
    HostFilters []string
    Your Host Filters.
    IsCspmEnabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    IsSecurityCommandCenterEnabled bool
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    ResourceCollectionEnabled bool
    When enabled, Datadog scans for all resources in your GCP environment.
    accountTags List<String>
    Tags to be associated with GCP metrics and service checks from your account.
    automute Boolean
    Silence monitors for expected GCE instance shutdowns.
    clientEmail String
    Your service account email address.
    delegateAccountEmail String
    Datadog's STS Delegate Email.
    hostFilters List<String>
    Your Host Filters.
    isCspmEnabled Boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    isSecurityCommandCenterEnabled Boolean
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    resourceCollectionEnabled Boolean
    When enabled, Datadog scans for all resources in your GCP environment.
    accountTags string[]
    Tags to be associated with GCP metrics and service checks from your account.
    automute boolean
    Silence monitors for expected GCE instance shutdowns.
    clientEmail string
    Your service account email address.
    delegateAccountEmail string
    Datadog's STS Delegate Email.
    hostFilters string[]
    Your Host Filters.
    isCspmEnabled boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    isSecurityCommandCenterEnabled boolean
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    resourceCollectionEnabled boolean
    When enabled, Datadog scans for all resources in your GCP environment.
    account_tags Sequence[str]
    Tags to be associated with GCP metrics and service checks from your account.
    automute bool
    Silence monitors for expected GCE instance shutdowns.
    client_email str
    Your service account email address.
    delegate_account_email str
    Datadog's STS Delegate Email.
    host_filters Sequence[str]
    Your Host Filters.
    is_cspm_enabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    is_security_command_center_enabled bool
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    resource_collection_enabled bool
    When enabled, Datadog scans for all resources in your GCP environment.
    accountTags List<String>
    Tags to be associated with GCP metrics and service checks from your account.
    automute Boolean
    Silence monitors for expected GCE instance shutdowns.
    clientEmail String
    Your service account email address.
    delegateAccountEmail String
    Datadog's STS Delegate Email.
    hostFilters List<String>
    Your Host Filters.
    isCspmEnabled Boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled.
    isSecurityCommandCenterEnabled Boolean
    When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to false.
    resourceCollectionEnabled Boolean
    When enabled, Datadog scans for all resources in your GCP environment.

    Import

    $ pulumi import datadog:gcp/integrationSts:IntegrationSts foo "9c303af3-b963-45e0-8c8f-469b9e1a213f"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Datadog pulumi/pulumi-datadog
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the datadog Terraform Provider.
    datadog logo
    Datadog v4.28.0 published on Tuesday, Apr 23, 2024 by Pulumi