Class CfnScheduledQueryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.CfnScheduledQueryProps.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduledQueryProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScheduledQueryProps
@Stability(Stable)
@Internal
public static final class CfnScheduledQueryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScheduledQueryProps
An implementation for
CfnScheduledQueryProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.CfnScheduledQueryProps
CfnScheduledQueryProps.Builder, CfnScheduledQueryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnScheduledQueryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScheduledQueryProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Stringfinal ObjectReturns union: eitherIResolvableorCfnScheduledQuery.DestinationConfigurationPropertyfinal Stringfinal StringgetName()final Stringfinal Stringfinal Numberfinal Stringfinal Numberfinal Numberfinal StringgetState()getTags()final Stringfinal inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnScheduledQueryProps.Builder.
-
-
Method Details
-
getExecutionRoleArn
- Specified by:
getExecutionRoleArnin interfaceCfnScheduledQueryProps- See Also:
-
getName
- Specified by:
getNamein interfaceCfnScheduledQueryProps- See Also:
-
getQueryLanguage
- Specified by:
getQueryLanguagein interfaceCfnScheduledQueryProps- See Also:
-
getQueryString
- Specified by:
getQueryStringin interfaceCfnScheduledQueryProps- See Also:
-
getScheduleExpression
- Specified by:
getScheduleExpressionin interfaceCfnScheduledQueryProps- See Also:
-
getDescription
- Specified by:
getDescriptionin interfaceCfnScheduledQueryProps- See Also:
-
getDestinationConfiguration
Description copied from interface:CfnScheduledQueryPropsReturns union: eitherIResolvableorCfnScheduledQuery.DestinationConfigurationProperty- Specified by:
getDestinationConfigurationin interfaceCfnScheduledQueryProps- See Also:
-
getLogGroupIdentifiers
- Specified by:
getLogGroupIdentifiersin interfaceCfnScheduledQueryProps- See Also:
-
getScheduleEndTime
- Specified by:
getScheduleEndTimein interfaceCfnScheduledQueryProps- See Also:
-
getScheduleStartTime
- Specified by:
getScheduleStartTimein interfaceCfnScheduledQueryProps- See Also:
-
getStartTimeOffset
- Specified by:
getStartTimeOffsetin interfaceCfnScheduledQueryProps- See Also:
-
getState
- Specified by:
getStatein interfaceCfnScheduledQueryProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnScheduledQueryProps- See Also:
-
getTimezone
- Specified by:
getTimezonein interfaceCfnScheduledQueryProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-