Skip to content

PatchBaseline

This class encapsulates and extends the ROS resource type ALIYUN::OOS::PatchBaseline, which is used to create a patch baseline.

Initializers

import com.aliyun.ros.cdk.oos.PatchBaseline;
PatchBaseline.Builder.create(Construct scope, java.lang.String id, java.lang.Boolean enableResourcePropertyConstraint)
    .approvalRules(IResolvable)
    .approvalRules(java.util.Map<java.lang.String, java.lang.Object>)
    .operationSystem(java.lang.String)
    .operationSystem(IResolvable)
    .patchBaselineName(java.lang.String)
    .patchBaselineName(IResolvable)
//  .approvedPatches(IResolvable)
//  .approvedPatches(java.util.List<java.lang.String)
//  .approvedPatches(IResolvable>)
//  .approvedPatchesEnableNonSecurity(java.lang.Boolean)
//  .approvedPatchesEnableNonSecurity(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .rejectedPatches(IResolvable)
//  .rejectedPatches(java.util.List<java.lang.String)
//  .rejectedPatches(IResolvable>)
//  .rejectedPatchesAction(java.lang.String)
//  .rejectedPatchesAction(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
//  .sources(IResolvable)
//  .sources(java.util.List<java.lang.String)
//  .sources(IResolvable>)
//  .tags(java.util.List<TagsProperty>)
    .build();
Name Type Description
scope com.aliyun.ros.cdk.core.Construct No description.
id java.lang.String No description.
enableResourcePropertyConstraint java.lang.Boolean No description.
approvalRules com.aliyun.ros.cdk.core.IResolvable OR java.util.Map Property approvalRules: The rules of scanning and installing patches for the specified operating system.
operationSystem java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property operationSystem: The type of the operating system.
patchBaselineName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property patchBaselineName: The name of the patch baseline.
approvedPatches com.aliyun.ros.cdk.core.IResolvable OR java.util.List Property approvedPatches: Approved patch list.
approvedPatchesEnableNonSecurity java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable Property approvedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of the patch baseline.
rejectedPatches com.aliyun.ros.cdk.core.IResolvable OR java.util.List Property rejectedPatches: Rejected patch list.
rejectedPatchesAction java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property rejectedPatchesAction: The operation of rejecting the patch.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: Resource group id.
sources com.aliyun.ros.cdk.core.IResolvable OR java.util.List Property sources: Patch source configuration list.
tags java.util.List<TagsProperty> Property tags: Tags of patch baseline.

scopeRequired

  • Type: com.aliyun.ros.cdk.core.Construct

idRequired

  • Type: java.lang.String

enableResourcePropertyConstraintOptional

  • Type: java.lang.Boolean

approvalRulesRequired

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.Map

Property approvalRules: The rules of scanning and installing patches for the specified operating system.


operationSystemRequired

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property operationSystem: The type of the operating system.


patchBaselineNameRequired

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property patchBaselineName: The name of the patch baseline.


approvedPatchesOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

Property approvedPatches: Approved patch list.


approvedPatchesEnableNonSecurityOptional

  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

Property approvedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security.


descriptionOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: The description of the patch baseline.


rejectedPatchesOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

Property rejectedPatches: Rejected patch list.


rejectedPatchesActionOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property rejectedPatchesAction: The operation of rejecting the patch.


resourceGroupIdOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceGroupId: Resource group id.


sourcesOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

Property sources: Patch source configuration list.


tagsOptional

Property tags: Tags of patch baseline.


Methods

Name Description
toString Returns a string representation of this construct.
synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
addCondition No description.
addCount No description.
addDependency No description.
addResourceDesc No description.
applyRemovalPolicy No description.
getAtt No description.
setMetadata No description.

toString

public java.lang.String toString()

Returns a string representation of this construct.

synthesize

public void synthesize(ISynthesisSession session)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

sessionRequired

  • Type: com.aliyun.ros.cdk.core.ISynthesisSession

The synthesis session.


addCondition

public void addCondition(RosCondition condition)

conditionRequired

  • Type: com.aliyun.ros.cdk.core.RosCondition

addCount

public void addCount(java.lang.Number OR IResolvable count)

countRequired

  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

addDependency

public void addDependency(Resource resource)

resourceRequired

  • Type: com.aliyun.ros.cdk.core.Resource

addResourceDesc

public void addResourceDesc(java.lang.String desc)

descRequired

  • Type: java.lang.String

applyRemovalPolicy

public void applyRemovalPolicy(RemovalPolicy policy)

policyRequired

  • Type: com.aliyun.ros.cdk.core.RemovalPolicy

getAtt

public IResolvable getAtt(java.lang.String name)

nameRequired

  • Type: java.lang.String

setMetadata

public void setMetadata(java.lang.String key, java.lang.Object value)

keyRequired

  • Type: java.lang.String

valueRequired

  • Type: java.lang.Object

Static Functions

Name Description
isConstruct Return whether the given object is a Construct.

isConstruct

import com.aliyun.ros.cdk.oos.PatchBaseline;
PatchBaseline.isConstruct(java.lang.Object x)

Return whether the given object is a Construct.

xRequired

  • Type: java.lang.Object

Properties

Name Type Description
node com.aliyun.ros.cdk.core.ConstructNode The construct tree node associated with this construct.
ref java.lang.String No description.
stack com.aliyun.ros.cdk.core.Stack The stack in which this resource is defined.
resource com.aliyun.ros.cdk.core.RosResource No description.
attrApprovalRules com.aliyun.ros.cdk.core.IResolvable Attribute ApprovalRules: The rules of scanning and installing patches for the specified operating system.
attrApprovedPatches com.aliyun.ros.cdk.core.IResolvable Attribute ApprovedPatches: Approved patch list.
attrApprovedPatchesEnableNonSecurity com.aliyun.ros.cdk.core.IResolvable Attribute ApprovedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security.
attrCreatedBy com.aliyun.ros.cdk.core.IResolvable Attribute CreatedBy: The creator of the patch baseline.
attrCreateTime com.aliyun.ros.cdk.core.IResolvable Attribute CreateTime: The time when the patch baseline was created.
attrDescription com.aliyun.ros.cdk.core.IResolvable Attribute Description: The description of the patch baseline.
attrIsDefault com.aliyun.ros.cdk.core.IResolvable Attribute IsDefault: Indicates whether the patch baseline is set as the default patch baseline.
attrOperationSystem com.aliyun.ros.cdk.core.IResolvable Attribute OperationSystem: The type of the operating system.
attrPatchBaselineId com.aliyun.ros.cdk.core.IResolvable Attribute PatchBaselineId: The ID of the patch baseline.
attrPatchBaselineName com.aliyun.ros.cdk.core.IResolvable Attribute PatchBaselineName: The name of the patch baseline.
attrRejectedPatches com.aliyun.ros.cdk.core.IResolvable Attribute RejectedPatches: Reject the name of the patch.
attrRejectedPatchesAction com.aliyun.ros.cdk.core.IResolvable Attribute RejectedPatchesAction: The ID of the resource group.
attrResourceGroupId com.aliyun.ros.cdk.core.IResolvable Attribute ResourceGroupId: Approve whether the patch includes updates other than security.
attrShareType com.aliyun.ros.cdk.core.IResolvable Attribute ShareType: The share type of the patch baseline.
attrSources com.aliyun.ros.cdk.core.IResolvable Attribute Sources: Patch source configuration list.
attrTags com.aliyun.ros.cdk.core.IResolvable Attribute Tags: Tags of patch baseline.
attrUpdatedBy com.aliyun.ros.cdk.core.IResolvable Attribute UpdatedBy: The user who last modified the patch baseline.
attrUpdatedDate com.aliyun.ros.cdk.core.IResolvable Attribute UpdatedDate: The time when the patch baseline was last modified.

nodeRequired

public ConstructNode getNode();
  • Type: com.aliyun.ros.cdk.core.ConstructNode

The construct tree node associated with this construct.


refRequired

public java.lang.String getRef();
  • Type: java.lang.String

stackRequired

public Stack getStack();
  • Type: com.aliyun.ros.cdk.core.Stack

The stack in which this resource is defined.


resourceOptional

public RosResource getResource();
  • Type: com.aliyun.ros.cdk.core.RosResource

attrApprovalRulesRequired

public IResolvable getAttrApprovalRules();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ApprovalRules: The rules of scanning and installing patches for the specified operating system.


attrApprovedPatchesRequired

public IResolvable getAttrApprovedPatches();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ApprovedPatches: Approved patch list.


attrApprovedPatchesEnableNonSecurityRequired

public IResolvable getAttrApprovedPatchesEnableNonSecurity();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ApprovedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security.


attrCreatedByRequired

public IResolvable getAttrCreatedBy();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute CreatedBy: The creator of the patch baseline.


attrCreateTimeRequired

public IResolvable getAttrCreateTime();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute CreateTime: The time when the patch baseline was created.


attrDescriptionRequired

public IResolvable getAttrDescription();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Description: The description of the patch baseline.


attrIsDefaultRequired

public IResolvable getAttrIsDefault();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute IsDefault: Indicates whether the patch baseline is set as the default patch baseline.


attrOperationSystemRequired

public IResolvable getAttrOperationSystem();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute OperationSystem: The type of the operating system.


attrPatchBaselineIdRequired

public IResolvable getAttrPatchBaselineId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute PatchBaselineId: The ID of the patch baseline.


attrPatchBaselineNameRequired

public IResolvable getAttrPatchBaselineName();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute PatchBaselineName: The name of the patch baseline.


attrRejectedPatchesRequired

public IResolvable getAttrRejectedPatches();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute RejectedPatches: Reject the name of the patch.


attrRejectedPatchesActionRequired

public IResolvable getAttrRejectedPatchesAction();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute RejectedPatchesAction: The ID of the resource group.


attrResourceGroupIdRequired

public IResolvable getAttrResourceGroupId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ResourceGroupId: Approve whether the patch includes updates other than security.


attrShareTypeRequired

public IResolvable getAttrShareType();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ShareType: The share type of the patch baseline.


attrSourcesRequired

public IResolvable getAttrSources();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Sources: Patch source configuration list.


attrTagsRequired

public IResolvable getAttrTags();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Tags: Tags of patch baseline.


attrUpdatedByRequired

public IResolvable getAttrUpdatedBy();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute UpdatedBy: The user who last modified the patch baseline.


attrUpdatedDateRequired

public IResolvable getAttrUpdatedDate();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute UpdatedDate: The time when the patch baseline was last modified.