1. Packages
  2. Event Store Cloud
  3. API Docs
  4. AWSCloudWatchLogsIntegration
Event Store Cloud v0.2.10 published on Thursday, Aug 31, 2023 by EventStore

eventstorecloud.AWSCloudWatchLogsIntegration

Explore with Pulumi AI

eventstorecloud logo
Event Store Cloud v0.2.10 published on Thursday, Aug 31, 2023 by EventStore

    Create AWSCloudWatchLogsIntegration Resource

    new AWSCloudWatchLogsIntegration(name: string, args: AWSCloudWatchLogsIntegrationArgs, opts?: CustomResourceOptions);
    @overload
    def AWSCloudWatchLogsIntegration(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     access_key_id: Optional[str] = None,
                                     cluster_ids: Optional[Sequence[str]] = None,
                                     description: Optional[str] = None,
                                     group_name: Optional[str] = None,
                                     project_id: Optional[str] = None,
                                     region: Optional[str] = None,
                                     secret_access_key: Optional[str] = None)
    @overload
    def AWSCloudWatchLogsIntegration(resource_name: str,
                                     args: AWSCloudWatchLogsIntegrationArgs,
                                     opts: Optional[ResourceOptions] = None)
    func NewAWSCloudWatchLogsIntegration(ctx *Context, name string, args AWSCloudWatchLogsIntegrationArgs, opts ...ResourceOption) (*AWSCloudWatchLogsIntegration, error)
    public AWSCloudWatchLogsIntegration(string name, AWSCloudWatchLogsIntegrationArgs args, CustomResourceOptions? opts = null)
    public AWSCloudWatchLogsIntegration(String name, AWSCloudWatchLogsIntegrationArgs args)
    public AWSCloudWatchLogsIntegration(String name, AWSCloudWatchLogsIntegrationArgs args, CustomResourceOptions options)
    
    type: eventstorecloud:AWSCloudWatchLogsIntegration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AWSCloudWatchLogsIntegrationArgs
    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 AWSCloudWatchLogsIntegrationArgs
    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 AWSCloudWatchLogsIntegrationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AWSCloudWatchLogsIntegrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AWSCloudWatchLogsIntegrationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    ClusterIds List<string>

    Clusters to be used with this integration

    Description string

    Human readable description of the integration

    GroupName string

    Name of the CloudWatch group

    ProjectId string

    ID of the project to which the integration applies

    Region string

    AWS region for group

    AccessKeyId string

    The access key ID of IAM credentials which have permissions to create and write to the log group

    SecretAccessKey string

    The secret access key of IAM credentials which will be used to write to the log groups

    ClusterIds []string

    Clusters to be used with this integration

    Description string

    Human readable description of the integration

    GroupName string

    Name of the CloudWatch group

    ProjectId string

    ID of the project to which the integration applies

    Region string

    AWS region for group

    AccessKeyId string

    The access key ID of IAM credentials which have permissions to create and write to the log group

    SecretAccessKey string

    The secret access key of IAM credentials which will be used to write to the log groups

    clusterIds List<String>

    Clusters to be used with this integration

    description String

    Human readable description of the integration

    groupName String

    Name of the CloudWatch group

    projectId String

    ID of the project to which the integration applies

    region String

    AWS region for group

    accessKeyId String

    The access key ID of IAM credentials which have permissions to create and write to the log group

    secretAccessKey String

    The secret access key of IAM credentials which will be used to write to the log groups

    clusterIds string[]

    Clusters to be used with this integration

    description string

    Human readable description of the integration

    groupName string

    Name of the CloudWatch group

    projectId string

    ID of the project to which the integration applies

    region string

    AWS region for group

    accessKeyId string

    The access key ID of IAM credentials which have permissions to create and write to the log group

    secretAccessKey string

    The secret access key of IAM credentials which will be used to write to the log groups

    cluster_ids Sequence[str]

    Clusters to be used with this integration

    description str

    Human readable description of the integration

    group_name str

    Name of the CloudWatch group

    project_id str

    ID of the project to which the integration applies

    region str

    AWS region for group

    access_key_id str

    The access key ID of IAM credentials which have permissions to create and write to the log group

    secret_access_key str

    The secret access key of IAM credentials which will be used to write to the log groups

    clusterIds List<String>

    Clusters to be used with this integration

    description String

    Human readable description of the integration

    groupName String

    Name of the CloudWatch group

    projectId String

    ID of the project to which the integration applies

    region String

    AWS region for group

    accessKeyId String

    The access key ID of IAM credentials which have permissions to create and write to the log group

    secretAccessKey String

    The secret access key of IAM credentials which will be used to write to the log groups

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AWSCloudWatchLogsIntegration 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 AWSCloudWatchLogsIntegration Resource

    Get an existing AWSCloudWatchLogsIntegration 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?: AWSCloudWatchLogsIntegrationState, opts?: CustomResourceOptions): AWSCloudWatchLogsIntegration
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_key_id: Optional[str] = None,
            cluster_ids: Optional[Sequence[str]] = None,
            description: Optional[str] = None,
            group_name: Optional[str] = None,
            project_id: Optional[str] = None,
            region: Optional[str] = None,
            secret_access_key: Optional[str] = None) -> AWSCloudWatchLogsIntegration
    func GetAWSCloudWatchLogsIntegration(ctx *Context, name string, id IDInput, state *AWSCloudWatchLogsIntegrationState, opts ...ResourceOption) (*AWSCloudWatchLogsIntegration, error)
    public static AWSCloudWatchLogsIntegration Get(string name, Input<string> id, AWSCloudWatchLogsIntegrationState? state, CustomResourceOptions? opts = null)
    public static AWSCloudWatchLogsIntegration get(String name, Output<String> id, AWSCloudWatchLogsIntegrationState 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:
    AccessKeyId string

    The access key ID of IAM credentials which have permissions to create and write to the log group

    ClusterIds List<string>

    Clusters to be used with this integration

    Description string

    Human readable description of the integration

    GroupName string

    Name of the CloudWatch group

    ProjectId string

    ID of the project to which the integration applies

    Region string

    AWS region for group

    SecretAccessKey string

    The secret access key of IAM credentials which will be used to write to the log groups

    AccessKeyId string

    The access key ID of IAM credentials which have permissions to create and write to the log group

    ClusterIds []string

    Clusters to be used with this integration

    Description string

    Human readable description of the integration

    GroupName string

    Name of the CloudWatch group

    ProjectId string

    ID of the project to which the integration applies

    Region string

    AWS region for group

    SecretAccessKey string

    The secret access key of IAM credentials which will be used to write to the log groups

    accessKeyId String

    The access key ID of IAM credentials which have permissions to create and write to the log group

    clusterIds List<String>

    Clusters to be used with this integration

    description String

    Human readable description of the integration

    groupName String

    Name of the CloudWatch group

    projectId String

    ID of the project to which the integration applies

    region String

    AWS region for group

    secretAccessKey String

    The secret access key of IAM credentials which will be used to write to the log groups

    accessKeyId string

    The access key ID of IAM credentials which have permissions to create and write to the log group

    clusterIds string[]

    Clusters to be used with this integration

    description string

    Human readable description of the integration

    groupName string

    Name of the CloudWatch group

    projectId string

    ID of the project to which the integration applies

    region string

    AWS region for group

    secretAccessKey string

    The secret access key of IAM credentials which will be used to write to the log groups

    access_key_id str

    The access key ID of IAM credentials which have permissions to create and write to the log group

    cluster_ids Sequence[str]

    Clusters to be used with this integration

    description str

    Human readable description of the integration

    group_name str

    Name of the CloudWatch group

    project_id str

    ID of the project to which the integration applies

    region str

    AWS region for group

    secret_access_key str

    The secret access key of IAM credentials which will be used to write to the log groups

    accessKeyId String

    The access key ID of IAM credentials which have permissions to create and write to the log group

    clusterIds List<String>

    Clusters to be used with this integration

    description String

    Human readable description of the integration

    groupName String

    Name of the CloudWatch group

    projectId String

    ID of the project to which the integration applies

    region String

    AWS region for group

    secretAccessKey String

    The secret access key of IAM credentials which will be used to write to the log groups

    Package Details

    Repository
    eventstorecloud EventStore/pulumi-eventstorecloud
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the eventstorecloud Terraform Provider.

    eventstorecloud logo
    Event Store Cloud v0.2.10 published on Thursday, Aug 31, 2023 by EventStore