Interface CfnScheduledQuery.S3ConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnScheduledQuery.S3ConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnScheduledQuery

@Stability(Stable) public static interface CfnScheduledQuery.S3ConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.logs.*;
 S3ConfigurationProperty s3ConfigurationProperty = S3ConfigurationProperty.builder()
         .destinationIdentifier("destinationIdentifier")
         .roleArn("roleArn")
         .build();
 

See Also: