Interface CfnScheduledQuery.DestinationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScheduledQuery.DestinationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnScheduledQuery
@Stability(Stable)
public static interface CfnScheduledQuery.DestinationConfigurationProperty
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.*;
DestinationConfigurationProperty destinationConfigurationProperty = DestinationConfigurationProperty.builder()
.s3Configuration(S3ConfigurationProperty.builder()
.destinationIdentifier("destinationIdentifier")
.roleArn("roleArn")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnScheduledQuery.DestinationConfigurationPropertystatic final classAn implementation forCfnScheduledQuery.DestinationConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnScheduledQuery.S3ConfigurationPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Configuration
Returns union: eitherIResolvableorCfnScheduledQuery.S3ConfigurationProperty- See Also:
-
builder
-