1. Packages
  2. Datadog
  3. API Docs
  4. gcp
  5. Integration
Datadog v4.27.0 published on Thursday, Mar 14, 2024 by Pulumi

datadog.gcp.Integration

Explore with Pulumi AI

datadog logo
Datadog v4.27.0 published on Thursday, Mar 14, 2024 by Pulumi

    This resource is deprecated—use the datadog.gcp.IntegrationSts resource instead. Provides a Datadog - Google Cloud Platform integration resource. This can be used to create and manage Datadog - Google Cloud Platform integration.

    Create Integration Resource

    new Integration(name: string, args: IntegrationArgs, opts?: CustomResourceOptions);
    @overload
    def Integration(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    automute: Optional[bool] = None,
                    client_email: Optional[str] = None,
                    client_id: Optional[str] = None,
                    cspm_resource_collection_enabled: Optional[bool] = None,
                    host_filters: Optional[str] = None,
                    is_security_command_center_enabled: Optional[bool] = None,
                    private_key: Optional[str] = None,
                    private_key_id: Optional[str] = None,
                    project_id: Optional[str] = None,
                    resource_collection_enabled: Optional[bool] = None)
    @overload
    def Integration(resource_name: str,
                    args: IntegrationArgs,
                    opts: Optional[ResourceOptions] = None)
    func NewIntegration(ctx *Context, name string, args IntegrationArgs, opts ...ResourceOption) (*Integration, error)
    public Integration(string name, IntegrationArgs args, CustomResourceOptions? opts = null)
    public Integration(String name, IntegrationArgs args)
    public Integration(String name, IntegrationArgs args, CustomResourceOptions options)
    
    type: datadog:gcp:Integration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args IntegrationArgs
    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 IntegrationArgs
    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 IntegrationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IntegrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IntegrationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Integration 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 Integration resource accepts the following input properties:

    ClientEmail string
    Your email found in your JSON service account key.
    ClientId string
    Your ID found in your JSON service account key.
    PrivateKey string
    Your private key name found in your JSON service account key.
    PrivateKeyId string
    Your private key ID found in your JSON service account key.
    ProjectId string
    Your Google Cloud project ID found in your JSON service account key.
    Automute bool
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    CspmResourceCollectionEnabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    HostFilters string
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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 email found in your JSON service account key.
    ClientId string
    Your ID found in your JSON service account key.
    PrivateKey string
    Your private key name found in your JSON service account key.
    PrivateKeyId string
    Your private key ID found in your JSON service account key.
    ProjectId string
    Your Google Cloud project ID found in your JSON service account key.
    Automute bool
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    CspmResourceCollectionEnabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    HostFilters string
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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 email found in your JSON service account key.
    clientId String
    Your ID found in your JSON service account key.
    privateKey String
    Your private key name found in your JSON service account key.
    privateKeyId String
    Your private key ID found in your JSON service account key.
    projectId String
    Your Google Cloud project ID found in your JSON service account key.
    automute Boolean
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    cspmResourceCollectionEnabled Boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    hostFilters String
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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 email found in your JSON service account key.
    clientId string
    Your ID found in your JSON service account key.
    privateKey string
    Your private key name found in your JSON service account key.
    privateKeyId string
    Your private key ID found in your JSON service account key.
    projectId string
    Your Google Cloud project ID found in your JSON service account key.
    automute boolean
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    cspmResourceCollectionEnabled boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    hostFilters string
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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 email found in your JSON service account key.
    client_id str
    Your ID found in your JSON service account key.
    private_key str
    Your private key name found in your JSON service account key.
    private_key_id str
    Your private key ID found in your JSON service account key.
    project_id str
    Your Google Cloud project ID found in your JSON service account key.
    automute bool
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    cspm_resource_collection_enabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    host_filters str
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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 email found in your JSON service account key.
    clientId String
    Your ID found in your JSON service account key.
    privateKey String
    Your private key name found in your JSON service account key.
    privateKeyId String
    Your private key ID found in your JSON service account key.
    projectId String
    Your Google Cloud project ID found in your JSON service account key.
    automute Boolean
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    cspmResourceCollectionEnabled Boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    hostFilters String
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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 Integration resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Integration Resource

    Get an existing Integration 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?: IntegrationState, opts?: CustomResourceOptions): Integration
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            automute: Optional[bool] = None,
            client_email: Optional[str] = None,
            client_id: Optional[str] = None,
            cspm_resource_collection_enabled: Optional[bool] = None,
            host_filters: Optional[str] = None,
            is_security_command_center_enabled: Optional[bool] = None,
            private_key: Optional[str] = None,
            private_key_id: Optional[str] = None,
            project_id: Optional[str] = None,
            resource_collection_enabled: Optional[bool] = None) -> Integration
    func GetIntegration(ctx *Context, name string, id IDInput, state *IntegrationState, opts ...ResourceOption) (*Integration, error)
    public static Integration Get(string name, Input<string> id, IntegrationState? state, CustomResourceOptions? opts = null)
    public static Integration get(String name, Output<String> id, IntegrationState 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:
    Automute bool
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    ClientEmail string
    Your email found in your JSON service account key.
    ClientId string
    Your ID found in your JSON service account key.
    CspmResourceCollectionEnabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    HostFilters string
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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.
    PrivateKey string
    Your private key name found in your JSON service account key.
    PrivateKeyId string
    Your private key ID found in your JSON service account key.
    ProjectId string
    Your Google Cloud project ID found in your JSON service account key.
    ResourceCollectionEnabled bool
    When enabled, Datadog scans for all resources in your GCP environment.
    Automute bool
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    ClientEmail string
    Your email found in your JSON service account key.
    ClientId string
    Your ID found in your JSON service account key.
    CspmResourceCollectionEnabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    HostFilters string
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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.
    PrivateKey string
    Your private key name found in your JSON service account key.
    PrivateKeyId string
    Your private key ID found in your JSON service account key.
    ProjectId string
    Your Google Cloud project ID found in your JSON service account key.
    ResourceCollectionEnabled bool
    When enabled, Datadog scans for all resources in your GCP environment.
    automute Boolean
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    clientEmail String
    Your email found in your JSON service account key.
    clientId String
    Your ID found in your JSON service account key.
    cspmResourceCollectionEnabled Boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    hostFilters String
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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.
    privateKey String
    Your private key name found in your JSON service account key.
    privateKeyId String
    Your private key ID found in your JSON service account key.
    projectId String
    Your Google Cloud project ID found in your JSON service account key.
    resourceCollectionEnabled Boolean
    When enabled, Datadog scans for all resources in your GCP environment.
    automute boolean
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    clientEmail string
    Your email found in your JSON service account key.
    clientId string
    Your ID found in your JSON service account key.
    cspmResourceCollectionEnabled boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    hostFilters string
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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.
    privateKey string
    Your private key name found in your JSON service account key.
    privateKeyId string
    Your private key ID found in your JSON service account key.
    projectId string
    Your Google Cloud project ID found in your JSON service account key.
    resourceCollectionEnabled boolean
    When enabled, Datadog scans for all resources in your GCP environment.
    automute bool
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    client_email str
    Your email found in your JSON service account key.
    client_id str
    Your ID found in your JSON service account key.
    cspm_resource_collection_enabled bool
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    host_filters str
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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.
    private_key str
    Your private key name found in your JSON service account key.
    private_key_id str
    Your private key ID found in your JSON service account key.
    project_id str
    Your Google Cloud project ID found in your JSON service account key.
    resource_collection_enabled bool
    When enabled, Datadog scans for all resources in your GCP environment.
    automute Boolean
    Silence monitors for expected GCE instance shutdowns. Defaults to false.
    clientEmail String
    Your email found in your JSON service account key.
    clientId String
    Your ID found in your JSON service account key.
    cspmResourceCollectionEnabled Boolean
    Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to false.
    hostFilters String
    Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to "".
    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.
    privateKey String
    Your private key name found in your JSON service account key.
    privateKeyId String
    Your private key ID found in your JSON service account key.
    projectId String
    Your Google Cloud project ID found in your JSON service account key.
    resourceCollectionEnabled Boolean
    When enabled, Datadog scans for all resources in your GCP environment.

    Import

    Google Cloud Platform integrations can be imported using their project ID, e.g.

    $ pulumi import datadog:gcp/integration:Integration awesome_gcp_project_integration project_id
    

    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.27.0 published on Thursday, Mar 14, 2024 by Pulumi