interface S3ConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cognito.CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscognito#CfnLogDeliveryConfigurationPropsMixin_S3ConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_cognito.CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cognito » CfnLogDeliveryConfigurationPropsMixin » S3ConfigurationProperty |
Configuration for the Amazon S3 bucket destination of user activity log export with threat protection.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from '@aws-cdk/cfn-property-mixins';
const s3ConfigurationProperty: cognito.CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty = {
bucketArn: 'bucketArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| bucket | string | The ARN of an Amazon S3 bucket that's the destination for threat protection log export. |
bucketArn?
Type:
string
(optional)
The ARN of an Amazon S3 bucket that's the destination for threat protection log export.

.NET
Go
Java
Python
TypeScript