eventstorecloud.AWSCloudWatchLogsIntegration
Explore with Pulumi AI
Create AWSCloudWatchLogsIntegration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AWSCloudWatchLogsIntegration(name: string, args: AWSCloudWatchLogsIntegrationArgs, opts?: CustomResourceOptions);@overload
def AWSCloudWatchLogsIntegration(resource_name: str,
                                 args: AWSCloudWatchLogsIntegrationArgs,
                                 opts: Optional[ResourceOptions] = None)
@overload
def AWSCloudWatchLogsIntegration(resource_name: str,
                                 opts: Optional[ResourceOptions] = 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,
                                 access_key_id: Optional[str] = None,
                                 secret_access_key: Optional[str] = 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.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var awscloudWatchLogsIntegrationResource = new EventStoreCloud.AWSCloudWatchLogsIntegration("awscloudWatchLogsIntegrationResource", new()
{
    ClusterIds = new[]
    {
        "string",
    },
    Description = "string",
    GroupName = "string",
    ProjectId = "string",
    Region = "string",
    AccessKeyId = "string",
    SecretAccessKey = "string",
});
example, err := eventstorecloud.NewAWSCloudWatchLogsIntegration(ctx, "awscloudWatchLogsIntegrationResource", &eventstorecloud.AWSCloudWatchLogsIntegrationArgs{
	ClusterIds: pulumi.StringArray{
		pulumi.String("string"),
	},
	Description:     pulumi.String("string"),
	GroupName:       pulumi.String("string"),
	ProjectId:       pulumi.String("string"),
	Region:          pulumi.String("string"),
	AccessKeyId:     pulumi.String("string"),
	SecretAccessKey: pulumi.String("string"),
})
var awscloudWatchLogsIntegrationResource = new AWSCloudWatchLogsIntegration("awscloudWatchLogsIntegrationResource", AWSCloudWatchLogsIntegrationArgs.builder()
    .clusterIds("string")
    .description("string")
    .groupName("string")
    .projectId("string")
    .region("string")
    .accessKeyId("string")
    .secretAccessKey("string")
    .build());
awscloud_watch_logs_integration_resource = eventstorecloud.AWSCloudWatchLogsIntegration("awscloudWatchLogsIntegrationResource",
    cluster_ids=["string"],
    description="string",
    group_name="string",
    project_id="string",
    region="string",
    access_key_id="string",
    secret_access_key="string")
const awscloudWatchLogsIntegrationResource = new eventstorecloud.AWSCloudWatchLogsIntegration("awscloudWatchLogsIntegrationResource", {
    clusterIds: ["string"],
    description: "string",
    groupName: "string",
    projectId: "string",
    region: "string",
    accessKeyId: "string",
    secretAccessKey: "string",
});
type: eventstorecloud:AWSCloudWatchLogsIntegration
properties:
    accessKeyId: string
    clusterIds:
        - string
    description: string
    groupName: string
    projectId: string
    region: string
    secretAccessKey: string
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
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
- AccessKey stringId 
- The access key ID of IAM credentials which have permissions to create and write to the log group
- SecretAccess stringKey 
- 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
- AccessKey stringId 
- The access key ID of IAM credentials which have permissions to create and write to the log group
- SecretAccess stringKey 
- 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
- accessKey StringId 
- The access key ID of IAM credentials which have permissions to create and write to the log group
- secretAccess StringKey 
- 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
- accessKey stringId 
- The access key ID of IAM credentials which have permissions to create and write to the log group
- secretAccess stringKey 
- 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_ strid 
- The access key ID of IAM credentials which have permissions to create and write to the log group
- secret_access_ strkey 
- 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
- accessKey StringId 
- The access key ID of IAM credentials which have permissions to create and write to the log group
- secretAccess StringKey 
- 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) -> AWSCloudWatchLogsIntegrationfunc 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)resources:  _:    type: eventstorecloud:AWSCloudWatchLogsIntegration    get:      id: ${id}- 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.
- AccessKey stringId 
- 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
- SecretAccess stringKey 
- The secret access key of IAM credentials which will be used to write to the log groups
- AccessKey stringId 
- 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
- SecretAccess stringKey 
- The secret access key of IAM credentials which will be used to write to the log groups
- accessKey StringId 
- 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
- secretAccess StringKey 
- The secret access key of IAM credentials which will be used to write to the log groups
- accessKey stringId 
- 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
- secretAccess stringKey 
- The secret access key of IAM credentials which will be used to write to the log groups
- access_key_ strid 
- 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_ strkey 
- The secret access key of IAM credentials which will be used to write to the log groups
- accessKey StringId 
- 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
- secretAccess StringKey 
- 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 eventstorecloudTerraform Provider.