PatchBaseline
- Implements: IPatchBaseline
This class encapsulates and extends the ROS resource type ALIYUN::OOS::PatchBaseline.
Initializers
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos"
alicloudroscdkoos.NewPatchBaseline(scope Construct, id *string, props PatchBaselineProps, enableResourcePropertyConstraint *bool) PatchBaseline
| Name | Type | Description |
|---|---|---|
scope | github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Construct | No description. |
id | *string | No description. |
props | PatchBaselineProps | No description. |
enableResourcePropertyConstraint | *bool | No description. |
scopeRequired
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Construct
idRequired
- Type: *string
propsRequired
- Type: PatchBaselineProps
enableResourcePropertyConstraintOptional
- Type: *bool
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
func ToString() *string
Returns a string representation of this construct.
Synthesize
func Synthesize(session ISynthesisSession)
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: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.ISynthesisSession
The synthesis session.
AddCondition
func AddCondition(condition RosCondition)
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RosCondition
AddCount
func AddCount(count interface{})
- Type: interface{}
AddDependency
func AddDependency(resource Resource)
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Resource
AddResourceDesc
func AddResourceDesc(desc *string)
- Type: *string
ApplyRemovalPolicy
func ApplyRemovalPolicy(policy RemovalPolicy)
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RemovalPolicy
FetchCondition
func FetchCondition() RosCondition
FetchDependency
func FetchDependency() *[]*string
FetchResourceDesc
func FetchResourceDesc() *string
GetAtt
func GetAtt(name *string) IResolvable
- Type: *string
SetMetadata
func SetMetadata(key *string, value interface{})
- Type: *string
- Type: interface{}
Static Functions
| Name | Description |
|---|---|
IsConstruct | Return whether the given object is a Construct. |
IsConstruct
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos"
alicloudroscdkoos.PatchBaseline_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct.
- Type: interface{}
Properties
| Name | Type | Description |
|---|---|---|
Node | github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.ConstructNode | The construct tree node associated with this construct. |
Env | github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.IResourceEnvironment | The environment this resource belongs to. |
Ref | *string | No description. |
Stack | github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Stack | The stack in which this resource is defined. |
Resource | github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RosResource | No description. |
AttrApprovalRules | interface{} | Attribute ApprovalRules: The rules of scanning and installing patches for the specified operating system. |
AttrApprovedPatches | interface{} | Attribute ApprovedPatches: Approved patch list. |
AttrApprovedPatchesEnableNonSecurity | interface{} | Attribute ApprovedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security. |
AttrCreatedBy | interface{} | Attribute CreatedBy: The creator of the patch baseline. |
AttrCreateTime | interface{} | Attribute CreateTime: The time when the patch baseline was created. |
AttrDescription | interface{} | Attribute Description: The description of the patch baseline. |
AttrIsDefault | interface{} | Attribute IsDefault: Indicates whether the patch baseline is set as the default patch baseline. |
AttrOperationSystem | interface{} | Attribute OperationSystem: The type of the operating system. |
AttrPatchBaselineId | interface{} | Attribute PatchBaselineId: The ID of the patch baseline. |
AttrPatchBaselineName | interface{} | Attribute PatchBaselineName: The name of the patch baseline. |
AttrRejectedPatches | interface{} | Attribute RejectedPatches: Reject the name of the patch. |
AttrRejectedPatchesAction | interface{} | Attribute RejectedPatchesAction: The ID of the resource group. |
AttrResourceGroupId | interface{} | Attribute ResourceGroupId: Approve whether the patch includes updates other than security. |
AttrShareType | interface{} | Attribute ShareType: The share type of the patch baseline. |
AttrSources | interface{} | Attribute Sources: Patch source configuration list. |
AttrTags | interface{} | Attribute Tags: Tags of patch baseline. |
AttrUpdatedBy | interface{} | Attribute UpdatedBy: The user who last modified the patch baseline. |
AttrUpdatedDate | interface{} | Attribute UpdatedDate: The time when the patch baseline was last modified. |
Props | PatchBaselineProps | No description. |
NodeRequired
func Node() ConstructNode
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.ConstructNode
The construct tree node associated with this construct.
EnvRequired
func Env() IResourceEnvironment
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.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
func Ref() *string
- Type: *string
StackRequired
func Stack() Stack
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Stack
The stack in which this resource is defined.
ResourceOptional
func Resource() RosResource
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RosResource
AttrApprovalRulesRequired
func AttrApprovalRules() interface{}
- Type: interface{}
Attribute ApprovalRules: The rules of scanning and installing patches for the specified operating system.
AttrApprovedPatchesRequired
func AttrApprovedPatches() interface{}
- Type: interface{}
Attribute ApprovedPatches: Approved patch list.
AttrApprovedPatchesEnableNonSecurityRequired
func AttrApprovedPatchesEnableNonSecurity() interface{}
- Type: interface{}
Attribute ApprovedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security.
AttrCreatedByRequired
func AttrCreatedBy() interface{}
- Type: interface{}
Attribute CreatedBy: The creator of the patch baseline.
AttrCreateTimeRequired
func AttrCreateTime() interface{}
- Type: interface{}
Attribute CreateTime: The time when the patch baseline was created.
AttrDescriptionRequired
func AttrDescription() interface{}
- Type: interface{}
Attribute Description: The description of the patch baseline.
AttrIsDefaultRequired
func AttrIsDefault() interface{}
- Type: interface{}
Attribute IsDefault: Indicates whether the patch baseline is set as the default patch baseline.
AttrOperationSystemRequired
func AttrOperationSystem() interface{}
- Type: interface{}
Attribute OperationSystem: The type of the operating system.
AttrPatchBaselineIdRequired
func AttrPatchBaselineId() interface{}
- Type: interface{}
Attribute PatchBaselineId: The ID of the patch baseline.
AttrPatchBaselineNameRequired
func AttrPatchBaselineName() interface{}
- Type: interface{}
Attribute PatchBaselineName: The name of the patch baseline.
AttrRejectedPatchesRequired
func AttrRejectedPatches() interface{}
- Type: interface{}
Attribute RejectedPatches: Reject the name of the patch.
AttrRejectedPatchesActionRequired
func AttrRejectedPatchesAction() interface{}
- Type: interface{}
Attribute RejectedPatchesAction: The ID of the resource group.
AttrResourceGroupIdRequired
func AttrResourceGroupId() interface{}
- Type: interface{}
Attribute ResourceGroupId: Approve whether the patch includes updates other than security.
AttrShareTypeRequired
func AttrShareType() interface{}
- Type: interface{}
Attribute ShareType: The share type of the patch baseline.
AttrSourcesRequired
func AttrSources() interface{}
- Type: interface{}
Attribute Sources: Patch source configuration list.
AttrTagsRequired
func AttrTags() interface{}
- Type: interface{}
Attribute Tags: Tags of patch baseline.
AttrUpdatedByRequired
func AttrUpdatedBy() interface{}
- Type: interface{}
Attribute UpdatedBy: The user who last modified the patch baseline.
AttrUpdatedDateRequired
func AttrUpdatedDate() interface{}
- Type: interface{}
Attribute UpdatedDate: The time when the patch baseline was last modified.
PropsRequired
func Props() PatchBaselineProps
- Type: PatchBaselineProps