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:
- Cluster
Ids List<string> - Clusters to be used with this integration
- Description string
- Human readable description of the integration
- Group
Name string - Name of the CloudWatch group
- Project
Id string - ID of the project to which the integration applies
- Region string
- AWS region for group
- Access
Key stringId - The access key ID of IAM credentials which have permissions to create and write to the log group
- Secret
Access stringKey - The secret access key of IAM credentials which will be used to write to the log groups
- Cluster
Ids []string - Clusters to be used with this integration
- Description string
- Human readable description of the integration
- Group
Name string - Name of the CloudWatch group
- Project
Id string - ID of the project to which the integration applies
- Region string
- AWS region for group
- Access
Key stringId - The access key ID of IAM credentials which have permissions to create and write to the log group
- Secret
Access stringKey - The secret access key of IAM credentials which will be used to write to the log groups
- cluster
Ids List<String> - Clusters to be used with this integration
- description String
- Human readable description of the integration
- group
Name String - Name of the CloudWatch group
- project
Id String - ID of the project to which the integration applies
- region String
- AWS region for group
- access
Key StringId - The access key ID of IAM credentials which have permissions to create and write to the log group
- secret
Access StringKey - The secret access key of IAM credentials which will be used to write to the log groups
- cluster
Ids string[] - Clusters to be used with this integration
- description string
- Human readable description of the integration
- group
Name string - Name of the CloudWatch group
- project
Id string - ID of the project to which the integration applies
- region string
- AWS region for group
- access
Key stringId - The access key ID of IAM credentials which have permissions to create and write to the log group
- secret
Access 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
- cluster
Ids List<String> - Clusters to be used with this integration
- description String
- Human readable description of the integration
- group
Name String - Name of the CloudWatch group
- project
Id String - ID of the project to which the integration applies
- region String
- AWS region for group
- access
Key StringId - The access key ID of IAM credentials which have permissions to create and write to the log group
- secret
Access 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) -> 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.
- Access
Key stringId - The access key ID of IAM credentials which have permissions to create and write to the log group
- Cluster
Ids List<string> - Clusters to be used with this integration
- Description string
- Human readable description of the integration
- Group
Name string - Name of the CloudWatch group
- Project
Id string - ID of the project to which the integration applies
- Region string
- AWS region for group
- Secret
Access stringKey - The secret access key of IAM credentials which will be used to write to the log groups
- Access
Key stringId - The access key ID of IAM credentials which have permissions to create and write to the log group
- Cluster
Ids []string - Clusters to be used with this integration
- Description string
- Human readable description of the integration
- Group
Name string - Name of the CloudWatch group
- Project
Id string - ID of the project to which the integration applies
- Region string
- AWS region for group
- Secret
Access stringKey - The secret access key of IAM credentials which will be used to write to the log groups
- access
Key StringId - The access key ID of IAM credentials which have permissions to create and write to the log group
- cluster
Ids List<String> - Clusters to be used with this integration
- description String
- Human readable description of the integration
- group
Name String - Name of the CloudWatch group
- project
Id String - ID of the project to which the integration applies
- region String
- AWS region for group
- secret
Access StringKey - The secret access key of IAM credentials which will be used to write to the log groups
- access
Key stringId - The access key ID of IAM credentials which have permissions to create and write to the log group
- cluster
Ids string[] - Clusters to be used with this integration
- description string
- Human readable description of the integration
- group
Name string - Name of the CloudWatch group
- project
Id string - ID of the project to which the integration applies
- region string
- AWS region for group
- secret
Access 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
- access
Key StringId - The access key ID of IAM credentials which have permissions to create and write to the log group
- cluster
Ids List<String> - Clusters to be used with this integration
- description String
- Human readable description of the integration
- group
Name String - Name of the CloudWatch group
- project
Id String - ID of the project to which the integration applies
- region String
- AWS region for group
- secret
Access 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
eventstorecloud
Terraform Provider.