interface S3ConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Cognito.Mixins.CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscognito/mixins#CfnLogDeliveryConfigurationPropsMixin_S3ConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.cognito.mixins.CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_cognito.mixins.CfnLogDeliveryConfigurationPropsMixin.S3ConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cognito » mixins » 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 { mixins as cognito_mixins } from '@aws-cdk/mixins-preview/aws-cognito';
const s3ConfigurationProperty: cognito_mixins.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