Create License Server Endpoint
licensemanagerusersubscriptions_create_license_server_endpoint | R Documentation |
Creates a network endpoint for the Remote Desktop Services (RDS) license server¶
Description¶
Creates a network endpoint for the Remote Desktop Services (RDS) license server.
Usage¶
licensemanagerusersubscriptions_create_license_server_endpoint(
IdentityProviderArn, LicenseServerSettings, Tags)
Arguments¶
IdentityProviderArn |
[required] The Amazon Resource Name (ARN) that identifies the
|
LicenseServerSettings |
[required] The |
Tags |
The tags that apply for the license server endpoint. |
Value¶
A list with the following syntax:
list(
IdentityProviderArn = "string",
LicenseServerEndpointArn = "string"
)
Request syntax¶
svc$create_license_server_endpoint(
IdentityProviderArn = "string",
LicenseServerSettings = list(
ServerSettings = list(
RdsSalSettings = list(
RdsSalCredentialsProvider = list(
SecretsManagerCredentialsProvider = list(
SecretId = "string"
)
)
)
),
ServerType = "RDS_SAL"
),
Tags = list(
"string"
)
)