@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:52.988Z") @Stability(value=Stable) public class CfnMaintenanceWindow extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnMaintenanceWindow.Builder
A fluent builder for
CfnMaintenanceWindow. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnMaintenanceWindow(Construct scope,
String id,
CfnMaintenanceWindowProps props)
Create a new `AWS::SSM::MaintenanceWindow`.
|
protected |
CfnMaintenanceWindow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnMaintenanceWindow(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAllowUnassociatedTargets()
`AWS::SSM::MaintenanceWindow.AllowUnassociatedTargets`.
|
protected Map<String,Object> |
getCfnProperties() |
Number |
getCutoff()
`AWS::SSM::MaintenanceWindow.Cutoff`.
|
String |
getDescription()
`AWS::SSM::MaintenanceWindow.Description`.
|
Number |
getDuration()
`AWS::SSM::MaintenanceWindow.Duration`.
|
String |
getEndDate()
`AWS::SSM::MaintenanceWindow.EndDate`.
|
String |
getName()
`AWS::SSM::MaintenanceWindow.Name`.
|
String |
getSchedule()
`AWS::SSM::MaintenanceWindow.Schedule`.
|
Number |
getScheduleOffset()
`AWS::SSM::MaintenanceWindow.ScheduleOffset`.
|
String |
getScheduleTimezone()
`AWS::SSM::MaintenanceWindow.ScheduleTimezone`.
|
String |
getStartDate()
`AWS::SSM::MaintenanceWindow.StartDate`.
|
TagManager |
getTags()
`AWS::SSM::MaintenanceWindow.Tags`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAllowUnassociatedTargets(Boolean value)
`AWS::SSM::MaintenanceWindow.AllowUnassociatedTargets`.
|
void |
setAllowUnassociatedTargets(IResolvable value)
`AWS::SSM::MaintenanceWindow.AllowUnassociatedTargets`.
|
void |
setCutoff(Number value)
`AWS::SSM::MaintenanceWindow.Cutoff`.
|
void |
setDescription(String value)
`AWS::SSM::MaintenanceWindow.Description`.
|
void |
setDuration(Number value)
`AWS::SSM::MaintenanceWindow.Duration`.
|
void |
setEndDate(String value)
`AWS::SSM::MaintenanceWindow.EndDate`.
|
void |
setName(String value)
`AWS::SSM::MaintenanceWindow.Name`.
|
void |
setSchedule(String value)
`AWS::SSM::MaintenanceWindow.Schedule`.
|
void |
setScheduleOffset(Number value)
`AWS::SSM::MaintenanceWindow.ScheduleOffset`.
|
void |
setScheduleTimezone(String value)
`AWS::SSM::MaintenanceWindow.ScheduleTimezone`.
|
void |
setStartDate(String value)
`AWS::SSM::MaintenanceWindow.StartDate`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnMaintenanceWindow(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnMaintenanceWindow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnMaintenanceWindow(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnMaintenanceWindowProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-tags@Stability(value=Stable) @NotNull public Object getAllowUnassociatedTargets()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets@Stability(value=Stable)
public void setAllowUnassociatedTargets(@NotNull
Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets@Stability(value=Stable)
public void setAllowUnassociatedTargets(@NotNull
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-allowunassociatedtargets@Stability(value=Stable) @NotNull public Number getCutoff()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff@Stability(value=Stable)
public void setCutoff(@NotNull
Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-cutoff@Stability(value=Stable) @NotNull public Number getDuration()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration@Stability(value=Stable)
public void setDuration(@NotNull
Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-duration@Stability(value=Stable) @NotNull public String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name@Stability(value=Stable)
public void setName(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-name@Stability(value=Stable) @NotNull public String getSchedule()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule@Stability(value=Stable)
public void setSchedule(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-schedule@Stability(value=Stable) @Nullable public String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description@Stability(value=Stable)
public void setDescription(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-description@Stability(value=Stable) @Nullable public String getEndDate()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate@Stability(value=Stable)
public void setEndDate(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-enddate@Stability(value=Stable) @Nullable public Number getScheduleOffset()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset@Stability(value=Stable)
public void setScheduleOffset(@Nullable
Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduleoffset@Stability(value=Stable) @Nullable public String getScheduleTimezone()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone@Stability(value=Stable)
public void setScheduleTimezone(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-scheduletimezone@Stability(value=Stable) @Nullable public String getStartDate()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdate@Stability(value=Stable)
public void setStartDate(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html#cfn-ssm-maintenancewindow-startdateCopyright © 2020. All rights reserved.