Delete License Server Endpoint
licensemanagerusersubscriptions_delete_license_server_endpoint | R Documentation |
Deletes a LicenseServerEndpoint resource¶
Description¶
Deletes a LicenseServerEndpoint
resource.
Usage¶
licensemanagerusersubscriptions_delete_license_server_endpoint(
LicenseServerEndpointArn, ServerType)
Arguments¶
LicenseServerEndpointArn
[required] The Amazon Resource Name (ARN) that identifies the
LicenseServerEndpoint
resource to delete.ServerType
[required] The type of License Server that the delete request refers to.
Value¶
A list with the following syntax:
list(
LicenseServerEndpoint = list(
CreationTime = as.POSIXct(
"2015-01-01"
),
IdentityProviderArn = "string",
LicenseServerEndpointArn = "string",
LicenseServerEndpointId = "string",
LicenseServerEndpointProvisioningStatus = "PROVISIONING"|"PROVISIONING_FAILED"|"PROVISIONED"|"DELETING"|"DELETION_FAILED"|"DELETED",
LicenseServers = list(
list(
HealthStatus = "HEALTHY"|"UNHEALTHY"|"NOT_APPLICABLE",
Ipv4Address = "string",
ProvisioningStatus = "PROVISIONING"|"PROVISIONING_FAILED"|"PROVISIONED"|"DELETING"|"DELETION_FAILED"|"DELETED"
)
),
ServerEndpoint = list(
Endpoint = "string"
),
ServerType = "RDS_SAL",
StatusMessage = "string"
)
)