interface S3ConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Logs.CfnScheduledQuery.S3ConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslogs#CfnScheduledQuery_S3ConfigurationProperty |
Java | software.amazon.awscdk.services.logs.CfnScheduledQuery.S3ConfigurationProperty |
Python | aws_cdk.aws_logs.CfnScheduledQuery.S3ConfigurationProperty |
TypeScript | aws-cdk-lib » aws_logs » CfnScheduledQuery » 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-lib';
const s3ConfigurationProperty: logs.CfnScheduledQuery.S3ConfigurationProperty = {
destinationIdentifier: 'destinationIdentifier',
roleArn: 'roleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| destination | string | |
| role | string |
destinationIdentifier
Type:
string
roleArn
Type:
string

.NET
Go
Java
Python
TypeScript