Class PatchGroupState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ssm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PatchGroupState : ResourceArgs
Constructors
View SourcePatchGroupState()
Declaration
public PatchGroupState()
Properties
View SourceBaselineId
The ID of the patch baseline to register the patch group with.
Declaration
public Input<string> BaselineId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PatchGroupName
The name of the patch group that should be registered with the patch baseline.
Declaration
public Input<string> PatchGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |