Skip to main content

AWSSSMInstance

No description

type AWSSSMInstance {
metadata: ResourceMetadata!
activationId: String!
agentVersion: String!
associationOverview: AWSSSMInstanceAggregatedAssociationOverview
associationStatus: String!
computerName: String!
ipAddress: String!
iamRole: String!
id: String!
isLatestVersion: Boolean!
lastAssociationExecutedAt: DateTime
lastPingAt: DateTime
lastSuccessfulAssociationExecutedAt: DateTime
name: String!
pingStatus: AWSSSMInstancePingStatusType!
platformName: String!
platformType: AWSSSMPlatformType!
platformVersion: String!
registredAt: DateTime
resourceType: AWSSSMInstanceResourceType!
sourceId: String!
sourceType: AWSSSMInstanceSourceType!
compliances(
condition: AWSSSMInstanceComplianceCondition
): [AWSSSMInstanceCompliance!]!
}

Fields

AWSSSMInstance.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

AWSSSMInstance.activationId ● String! non-null scalar

The activation ID created by Amazon Web Services Systems Manager when the server or virtual machine (VM) was registered

AWSSSMInstance.agentVersion ● String! non-null scalar

The version of SSM Agent running on your Linux managed node

AWSSSMInstance.associationOverview ● AWSSSMInstanceAggregatedAssociationOverview object

Information about the association

AWSSSMInstance.associationStatus ● String! non-null scalar

The status of the association

AWSSSMInstance.computerName ● String! non-null scalar

The fully qualified host name of the managed node

AWSSSMInstance.ipAddress ● String! non-null scalar

The IP address of the managed node

AWSSSMInstance.iamRole ● String! non-null scalar

The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed node

AWSSSMInstance.id ● String! non-null scalar

The managed node ID

AWSSSMInstance.isLatestVersion ● Boolean! non-null scalar

Indicates whether the latest version of SSM Agent is running on your Linux managed node

AWSSSMInstance.lastAssociationExecutedAt ● DateTime scalar

The date the association was last run

AWSSSMInstance.lastPingAt ● DateTime scalar

The date and time when the agent last pinged the Systems Manager service

AWSSSMInstance.lastSuccessfulAssociationExecutedAt ● DateTime scalar

The last date the association was successfully run

AWSSSMInstance.name ● String! non-null scalar

The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is activated as a Systems Manager managed node

AWSSSMInstance.pingStatus ● AWSSSMInstancePingStatusType! non-null enum

Connection status of SSM Agent

AWSSSMInstance.platformName ● String! non-null scalar

The name of the operating system platform running on your managed node

AWSSSMInstance.platformType ● AWSSSMPlatformType! non-null enum

The operating system platform type

AWSSSMInstance.platformVersion ● String! non-null scalar

The version of the OS platform running on your managed node

AWSSSMInstance.registredAt ● DateTime scalar

The date the server or VM was registered with Amazon Web Services as a managed node

AWSSSMInstance.resourceType ● AWSSSMInstanceResourceType! non-null enum

The type of instance. Instances are either EC2 instances or managed instances

AWSSSMInstance.sourceId ● String! non-null scalar

The ID of the source resource

AWSSSMInstance.sourceType ● AWSSSMInstanceSourceType! non-null enum

The type of the source resource

AWSSSMInstance.compliances ● [AWSSSMInstanceCompliance!]! non-null object

A list of compliance information for the instance

AWSSSMInstance.compliances.condition ● AWSSSMInstanceComplianceCondition input

Member of

AWSEC2Instance object ● AWSSSM object