C# 클래스 Amazon.SimpleSystemsManagement.Model.CreateAssociationRequest

Container for the parameters to the CreateAssociation operation. Associates the specified SSM document with the specified instances or targets.

When you associate an SSM document with one or more instances using instance IDs or tags, the SSM agent running on the instance processes the document and configures the instance as specified.

If you associate a document with an instance that already has an associated document, the system throws the AssociationAlreadyExists exception.

상속: AmazonSimpleSystemsManagementRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateAssociationRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreateAssociationRequest ( string instanceId, string name ) : System

Instantiates CreateAssociationRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDocumentVersion ( ) : bool
IsSetInstanceId ( ) : bool
IsSetName ( ) : bool
IsSetOutputLocation ( ) : bool
IsSetParameters ( ) : bool
IsSetScheduleExpression ( ) : bool
IsSetTargets ( ) : bool

메소드 상세

CreateAssociationRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public CreateAssociationRequest ( ) : System
리턴 System

CreateAssociationRequest() 공개 메소드

Instantiates CreateAssociationRequest with the parameterized properties
public CreateAssociationRequest ( string instanceId, string name ) : System
instanceId string The instance ID.
name string The name of the SSM document.
리턴 System