PatchBaseline
- Implements: IPatchBaseline
This class encapsulates and extends the ROS resource type ALIYUN::OOS::PatchBaseline.
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
- Type: java.util.List<TagsProperty>
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. |
fetchCondition | No description. |
fetchDependency | No description. |
fetchResourceDesc | 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.
- Type: com.aliyun.ros.cdk.core.ISynthesisSession
The synthesis session.
addCondition
public void addCondition(RosCondition condition)
- Type: com.aliyun.ros.cdk.core.RosCondition
addCount
public void addCount(java.lang.Number OR IResolvable count)
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
addDependency
public void addDependency(Resource resource)
- Type: com.aliyun.ros.cdk.core.Resource
addResourceDesc
public void addResourceDesc(java.lang.String desc)
- Type: java.lang.String
applyRemovalPolicy
public void applyRemovalPolicy(RemovalPolicy policy)
- Type: com.aliyun.ros.cdk.core.RemovalPolicy
fetchCondition
public RosCondition fetchCondition()
fetchDependency
public java.util.List<java.lang.String> fetchDependency()
fetchResourceDesc
public java.lang.String fetchResourceDesc()
getAtt
public IResolvable getAtt(java.lang.String name)
- Type: java.lang.String
setMetadata
public void setMetadata(java.lang.String key, java.lang.Object value)
- Type: java.lang.String
- 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.
- Type: java.lang.Object
Properties
| Name | Type | Description |
|---|---|---|
node | com.aliyun.ros.cdk.core.ConstructNode | The construct tree node associated with this construct. |
env | com.aliyun.ros.cdk.core.IResourceEnvironment | The environment this resource belongs to. |
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 | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ApprovalRules: The rules of scanning and installing patches for the specified operating system. |
attrApprovedPatches | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ApprovedPatches: Approved patch list. |
attrApprovedPatchesEnableNonSecurity | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ApprovedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security. |
attrCreatedBy | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute CreatedBy: The creator of the patch baseline. |
attrCreateTime | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute CreateTime: The time when the patch baseline was created. |
attrDescription | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute Description: The description of the patch baseline. |
attrIsDefault | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute IsDefault: Indicates whether the patch baseline is set as the default patch baseline. |
attrOperationSystem | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute OperationSystem: The type of the operating system. |
attrPatchBaselineId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute PatchBaselineId: The ID of the patch baseline. |
attrPatchBaselineName | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute PatchBaselineName: The name of the patch baseline. |
attrRejectedPatches | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute RejectedPatches: Reject the name of the patch. |
attrRejectedPatchesAction | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute RejectedPatchesAction: The ID of the resource group. |
attrResourceGroupId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ResourceGroupId: Approve whether the patch includes updates other than security. |
attrShareType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ShareType: The share type of the patch baseline. |
attrSources | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute Sources: Patch source configuration list. |
attrTags | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute Tags: Tags of patch baseline. |
attrUpdatedBy | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute UpdatedBy: The user who last modified the patch baseline. |
attrUpdatedDate | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute UpdatedDate: The time when the patch baseline was last modified. |
props | PatchBaselineProps | No description. |
nodeRequired
public ConstructNode getNode();
- Type: com.aliyun.ros.cdk.core.ConstructNode
The construct tree node associated with this construct.
envRequired
public IResourceEnvironment getEnv();
- Type: com.aliyun.ros.cdk.core.IResourceEnvironment
The environment this resource belongs to.
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
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 java.lang.Object getAttrApprovalRules();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ApprovalRules: The rules of scanning and installing patches for the specified operating system.
attrApprovedPatchesRequired
public java.lang.Object getAttrApprovedPatches();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ApprovedPatches: Approved patch list.
attrApprovedPatchesEnableNonSecurityRequired
public java.lang.Object getAttrApprovedPatchesEnableNonSecurity();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ApprovedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security.
attrCreatedByRequired
public java.lang.Object getAttrCreatedBy();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute CreatedBy: The creator of the patch baseline.
attrCreateTimeRequired
public java.lang.Object getAttrCreateTime();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute CreateTime: The time when the patch baseline was created.
attrDescriptionRequired
public java.lang.Object getAttrDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute Description: The description of the patch baseline.
attrIsDefaultRequired
public java.lang.Object getAttrIsDefault();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute IsDefault: Indicates whether the patch baseline is set as the default patch baseline.
attrOperationSystemRequired
public java.lang.Object getAttrOperationSystem();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute OperationSystem: The type of the operating system.
attrPatchBaselineIdRequired
public java.lang.Object getAttrPatchBaselineId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute PatchBaselineId: The ID of the patch baseline.
attrPatchBaselineNameRequired
public java.lang.Object getAttrPatchBaselineName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute PatchBaselineName: The name of the patch baseline.
attrRejectedPatchesRequired
public java.lang.Object getAttrRejectedPatches();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute RejectedPatches: Reject the name of the patch.
attrRejectedPatchesActionRequired
public java.lang.Object getAttrRejectedPatchesAction();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute RejectedPatchesAction: The ID of the resource group.
attrResourceGroupIdRequired
public java.lang.Object getAttrResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ResourceGroupId: Approve whether the patch includes updates other than security.
attrShareTypeRequired
public java.lang.Object getAttrShareType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ShareType: The share type of the patch baseline.
attrSourcesRequired
public java.lang.Object getAttrSources();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute Sources: Patch source configuration list.
attrTagsRequired
public java.lang.Object getAttrTags();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute Tags: Tags of patch baseline.
attrUpdatedByRequired
public java.lang.Object getAttrUpdatedBy();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute UpdatedBy: The user who last modified the patch baseline.
attrUpdatedDateRequired
public java.lang.Object getAttrUpdatedDate();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute UpdatedDate: The time when the patch baseline was last modified.
propsRequired
public PatchBaselineProps getProps();
- Type: PatchBaselineProps