Class CfnRotationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRotationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRotationMixinProps
CfnRotationMixinProps-
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.cfnpropertymixins.services.ssmcontacts.CfnRotationMixinProps
CfnRotationMixinProps.Builder, CfnRotationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRotationMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRotationMixinProps.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 booleanThe Amazon Resource Names (ARNs) of the contacts to add to the rotation.final StringgetName()The name for the rotation.final ObjectInformation about the rule that specifies when shift team members rotate.final StringThe date and time the rotation goes into effect.getTags()Optional metadata to assign to the rotation.final StringThe time zone to base the rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format.final 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 theCfnRotationMixinProps.Builder.
-
-
Method Details
-
getContactIds
Description copied from interface:CfnRotationMixinPropsThe Amazon Resource Names (ARNs) of the contacts to add to the rotation.Only the
PERSONALcontact type is supported. The contact typesESCALATIONandONCALL_SCHEDULEare not supported for this operation.The order in which you list the contacts is their shift order in the rotation schedule.
- Specified by:
getContactIdsin interfaceCfnRotationMixinProps- See Also:
-
getName
Description copied from interface:CfnRotationMixinPropsThe name for the rotation.- Specified by:
getNamein interfaceCfnRotationMixinProps- See Also:
-
getRecurrence
Description copied from interface:CfnRotationMixinPropsInformation about the rule that specifies when shift team members rotate.Returns union: either
IResolvableorCfnRotationPropsMixin.RecurrenceSettingsProperty- Specified by:
getRecurrencein interfaceCfnRotationMixinProps- See Also:
-
getStartTime
Description copied from interface:CfnRotationMixinPropsThe date and time the rotation goes into effect.- Specified by:
getStartTimein interfaceCfnRotationMixinProps- See Also:
-
getTags
Description copied from interface:CfnRotationMixinPropsOptional metadata to assign to the rotation.Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For more information, see Tagging Incident Manager resources in the Incident Manager User Guide .
- Specified by:
getTagsin interfaceCfnRotationMixinProps- See Also:
-
getTimeZoneId
Description copied from interface:CfnRotationMixinPropsThe time zone to base the rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format.For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
Designators for time zones that don’t support Daylight Savings Time rules, such as Pacific Standard Time (PST), are not supported.
- Specified by:
getTimeZoneIdin interfaceCfnRotationMixinProps- 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()
-