
com.pulumi.aws.lex.inputs.BotAliasConversationLogsArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.lex.inputs;
import com.pulumi.aws.lex.inputs.BotAliasConversationLogsLogSettingArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class BotAliasConversationLogsArgs extends com.pulumi.resources.ResourceArgs {
public static final BotAliasConversationLogsArgs Empty = new BotAliasConversationLogsArgs();
/**
* The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket. Must be between 20 and 2048 characters in length.
*
*/
@Import(name="iamRoleArn", required=true)
private Output iamRoleArn;
/**
* @return The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket. Must be between 20 and 2048 characters in length.
*
*/
public Output iamRoleArn() {
return this.iamRoleArn;
}
/**
* The settings for your conversation logs. You can log text, audio, or both. Attributes are documented under log_settings.
*
*/
@Import(name="logSettings")
private @Nullable Output> logSettings;
/**
* @return The settings for your conversation logs. You can log text, audio, or both. Attributes are documented under log_settings.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy