We recommend new projects start with resources from the AWS provider.
aws-native.ivschat.LoggingConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource type definition for AWS::IVSChat::LoggingConfiguration.
Create LoggingConfiguration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LoggingConfiguration(name: string, args: LoggingConfigurationArgs, opts?: CustomResourceOptions);
@overload
def LoggingConfiguration(resource_name: str,
args: LoggingConfigurationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LoggingConfiguration(resource_name: str,
opts: Optional[ResourceOptions] = None,
destination_configuration: Optional[LoggingConfigurationDestinationConfigurationArgs] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewLoggingConfiguration(ctx *Context, name string, args LoggingConfigurationArgs, opts ...ResourceOption) (*LoggingConfiguration, error)
public LoggingConfiguration(string name, LoggingConfigurationArgs args, CustomResourceOptions? opts = null)
public LoggingConfiguration(String name, LoggingConfigurationArgs args)
public LoggingConfiguration(String name, LoggingConfigurationArgs args, CustomResourceOptions options)
type: aws-native:ivschat:LoggingConfiguration
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 LoggingConfigurationArgs
- 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 LoggingConfigurationArgs
- 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 LoggingConfigurationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LoggingConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LoggingConfigurationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
LoggingConfiguration 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 LoggingConfiguration resource accepts the following input properties:
- Destination
Configuration Pulumi.Aws Native. Ivs Chat. Inputs. Logging Configuration Destination Configuration - The DestinationConfiguration is a complex type that contains information about where chat content will be logged.
- Name string
- The name of the logging configuration. The value does not need to be unique.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Destination
Configuration LoggingConfiguration Destination Configuration Args - The DestinationConfiguration is a complex type that contains information about where chat content will be logged.
- Name string
- The name of the logging configuration. The value does not need to be unique.
- Tag
Args - An array of key-value pairs to apply to this resource.
- destination
Configuration LoggingConfiguration Destination Configuration - The DestinationConfiguration is a complex type that contains information about where chat content will be logged.
- name String
- The name of the logging configuration. The value does not need to be unique.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- destination
Configuration LoggingConfiguration Destination Configuration - The DestinationConfiguration is a complex type that contains information about where chat content will be logged.
- name string
- The name of the logging configuration. The value does not need to be unique.
- Tag[]
- An array of key-value pairs to apply to this resource.
- destination_
configuration LoggingConfiguration Destination Configuration Args - The DestinationConfiguration is a complex type that contains information about where chat content will be logged.
- name str
- The name of the logging configuration. The value does not need to be unique.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- destination
Configuration Property Map - The DestinationConfiguration is a complex type that contains information about where chat content will be logged.
- name String
- The name of the logging configuration. The value does not need to be unique.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the LoggingConfiguration resource produces the following output properties:
- Arn string
- LoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
- Aws
Id string - The system-generated ID of the logging configuration.
- Id string
- The provider-assigned unique ID for this managed resource.
- State
Pulumi.
Aws Native. Ivs Chat. Logging Configuration State - The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
- Arn string
- LoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
- Aws
Id string - The system-generated ID of the logging configuration.
- Id string
- The provider-assigned unique ID for this managed resource.
- State
Logging
Configuration State Enum - The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
- arn String
- LoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
- aws
Id String - The system-generated ID of the logging configuration.
- id String
- The provider-assigned unique ID for this managed resource.
- state
Logging
Configuration State - The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
- arn string
- LoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
- aws
Id string - The system-generated ID of the logging configuration.
- id string
- The provider-assigned unique ID for this managed resource.
- state
Logging
Configuration State - The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
- arn str
- LoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
- aws_
id str - The system-generated ID of the logging configuration.
- id str
- The provider-assigned unique ID for this managed resource.
- state
Logging
Configuration State - The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
- arn String
- LoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
- aws
Id String - The system-generated ID of the logging configuration.
- id String
- The provider-assigned unique ID for this managed resource.
- state "CREATING" | "CREATE_FAILED" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATING_FAILED" | "ACTIVE"
- The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
Supporting Types
LoggingConfigurationCloudWatchLogsDestinationConfiguration, LoggingConfigurationCloudWatchLogsDestinationConfigurationArgs
- Log
Group stringName - Name of the Amazon CloudWatch Logs log group where chat activity will be logged.
- Log
Group stringName - Name of the Amazon CloudWatch Logs log group where chat activity will be logged.
- log
Group StringName - Name of the Amazon CloudWatch Logs log group where chat activity will be logged.
- log
Group stringName - Name of the Amazon CloudWatch Logs log group where chat activity will be logged.
- log_
group_ strname - Name of the Amazon CloudWatch Logs log group where chat activity will be logged.
- log
Group StringName - Name of the Amazon CloudWatch Logs log group where chat activity will be logged.
LoggingConfigurationDestinationConfiguration, LoggingConfigurationDestinationConfigurationArgs
- Cloud
Watch Pulumi.Logs Aws Native. Ivs Chat. Inputs. Logging Configuration Cloud Watch Logs Destination Configuration - An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
- Firehose
Pulumi.
Aws Native. Ivs Chat. Inputs. Logging Configuration Firehose Destination Configuration - An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
- S3
Pulumi.
Aws Native. Ivs Chat. Inputs. Logging Configuration S3Destination Configuration - An Amazon S3 destination configuration where chat activity will be logged.
- Cloud
Watch LoggingLogs Configuration Cloud Watch Logs Destination Configuration - An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
- Firehose
Logging
Configuration Firehose Destination Configuration - An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
- S3
Logging
Configuration S3Destination Configuration - An Amazon S3 destination configuration where chat activity will be logged.
- cloud
Watch LoggingLogs Configuration Cloud Watch Logs Destination Configuration - An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
- firehose
Logging
Configuration Firehose Destination Configuration - An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
- s3
Logging
Configuration S3Destination Configuration - An Amazon S3 destination configuration where chat activity will be logged.
- cloud
Watch LoggingLogs Configuration Cloud Watch Logs Destination Configuration - An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
- firehose
Logging
Configuration Firehose Destination Configuration - An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
- s3
Logging
Configuration S3Destination Configuration - An Amazon S3 destination configuration where chat activity will be logged.
- cloud_
watch_ Logginglogs Configuration Cloud Watch Logs Destination Configuration - An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
- firehose
Logging
Configuration Firehose Destination Configuration - An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
- s3
Logging
Configuration S3Destination Configuration - An Amazon S3 destination configuration where chat activity will be logged.
- cloud
Watch Property MapLogs - An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
- firehose Property Map
- An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
- s3 Property Map
- An Amazon S3 destination configuration where chat activity will be logged.
LoggingConfigurationFirehoseDestinationConfiguration, LoggingConfigurationFirehoseDestinationConfigurationArgs
- Delivery
Stream stringName - Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
- Delivery
Stream stringName - Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
- delivery
Stream StringName - Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
- delivery
Stream stringName - Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
- delivery_
stream_ strname - Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
- delivery
Stream StringName - Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
LoggingConfigurationS3DestinationConfiguration, LoggingConfigurationS3DestinationConfigurationArgs
- Bucket
Name string - Name of the Amazon S3 bucket where chat activity will be logged.
- Bucket
Name string - Name of the Amazon S3 bucket where chat activity will be logged.
- bucket
Name String - Name of the Amazon S3 bucket where chat activity will be logged.
- bucket
Name string - Name of the Amazon S3 bucket where chat activity will be logged.
- bucket_
name str - Name of the Amazon S3 bucket where chat activity will be logged.
- bucket
Name String - Name of the Amazon S3 bucket where chat activity will be logged.
LoggingConfigurationState, LoggingConfigurationStateArgs
- Creating
- CREATING
- Create
Failed - CREATE_FAILED
- Deleting
- DELETING
- Delete
Failed - DELETE_FAILED
- Updating
- UPDATING
- Updating
Failed - UPDATING_FAILED
- Active
- ACTIVE
- Logging
Configuration State Creating - CREATING
- Logging
Configuration State Create Failed - CREATE_FAILED
- Logging
Configuration State Deleting - DELETING
- Logging
Configuration State Delete Failed - DELETE_FAILED
- Logging
Configuration State Updating - UPDATING
- Logging
Configuration State Updating Failed - UPDATING_FAILED
- Logging
Configuration State Active - ACTIVE
- Creating
- CREATING
- Create
Failed - CREATE_FAILED
- Deleting
- DELETING
- Delete
Failed - DELETE_FAILED
- Updating
- UPDATING
- Updating
Failed - UPDATING_FAILED
- Active
- ACTIVE
- Creating
- CREATING
- Create
Failed - CREATE_FAILED
- Deleting
- DELETING
- Delete
Failed - DELETE_FAILED
- Updating
- UPDATING
- Updating
Failed - UPDATING_FAILED
- Active
- ACTIVE
- CREATING
- CREATING
- CREATE_FAILED
- CREATE_FAILED
- DELETING
- DELETING
- DELETE_FAILED
- DELETE_FAILED
- UPDATING
- UPDATING
- UPDATING_FAILED
- UPDATING_FAILED
- ACTIVE
- ACTIVE
- "CREATING"
- CREATING
- "CREATE_FAILED"
- CREATE_FAILED
- "DELETING"
- DELETING
- "DELETE_FAILED"
- DELETE_FAILED
- "UPDATING"
- UPDATING
- "UPDATING_FAILED"
- UPDATING_FAILED
- "ACTIVE"
- ACTIVE
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.