Interface CfnScheduledQueryPropsMixin.DestinationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScheduledQueryPropsMixin.DestinationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnScheduledQueryPropsMixin
@Stability(Stable)
public static interface CfnScheduledQueryPropsMixin.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.cfnpropertymixins.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 classstatic final classAn implementation forCfnScheduledQueryPropsMixin.DestinationConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnScheduledQueryPropsMixin.S3ConfigurationPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Configuration
Returns union: eitherIResolvableorCfnScheduledQueryPropsMixin.S3ConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnScheduledQueryPropsMixin.DestinationConfigurationProperty.Builder builder()
-