@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudWatchLogsConfigurationType extends Object implements Serializable, Cloneable, StructuredPojo
The CloudWatch logging destination of a user pool detailed activity logging configuration.
| Constructor and Description |
|---|
CloudWatchLogsConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsConfigurationType |
clone() |
boolean |
equals(Object obj) |
String |
getLogGroupArn()
The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLogGroupArn(String logGroupArn)
The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs.
|
String |
toString()
Returns a string representation of this object.
|
CloudWatchLogsConfigurationType |
withLogGroupArn(String logGroupArn)
The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs.
|
public void setLogGroupArn(String logGroupArn)
The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs. The log group must not be encrypted with Key Management Service and must be in the same Amazon Web Services account as your user pool.
logGroupArn - The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs. The log
group must not be encrypted with Key Management Service and must be in the same Amazon Web Services
account as your user pool.public String getLogGroupArn()
The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs. The log group must not be encrypted with Key Management Service and must be in the same Amazon Web Services account as your user pool.
public CloudWatchLogsConfigurationType withLogGroupArn(String logGroupArn)
The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs. The log group must not be encrypted with Key Management Service and must be in the same Amazon Web Services account as your user pool.
logGroupArn - The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs. The log
group must not be encrypted with Key Management Service and must be in the same Amazon Web Services
account as your user pool.public String toString()
toString in class ObjectObject.toString()public CloudWatchLogsConfigurationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.