interface S3ConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Logs.Mixins.CfnScheduledQueryPropsMixin.S3ConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslogs/mixins#CfnScheduledQueryPropsMixin_S3ConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.logs.mixins.CfnScheduledQueryPropsMixin.S3ConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_logs.mixins.CfnScheduledQueryPropsMixin.S3ConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_logs » mixins » CfnScheduledQueryPropsMixin » S3ConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as logs_mixins } from '@aws-cdk/mixins-preview/aws-logs';
const s3ConfigurationProperty: logs_mixins.CfnScheduledQueryPropsMixin.S3ConfigurationProperty = {
destinationIdentifier: 'destinationIdentifier',
roleArn: 'roleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| destination | string | |
| role | string |
destinationIdentifier?
Type:
string
(optional)
roleArn?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript