interface S3ConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Logs.CfnScheduledQueryPropsMixin.S3ConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslogs#CfnScheduledQueryPropsMixin_S3ConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.logs.CfnScheduledQueryPropsMixin.S3ConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_logs.CfnScheduledQueryPropsMixin.S3ConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_logs » CfnScheduledQueryPropsMixin » S3ConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_logs as logs } from '@aws-cdk/cfn-property-mixins';
const s3ConfigurationProperty: logs.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