DirectoryWorkspaceAccessPropertiesAccessEndpointConfig constructor

const DirectoryWorkspaceAccessPropertiesAccessEndpointConfig({
  1. required Input<List<DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint>> accessEndpoints,
  2. Input<List<String>?>? internetFallbackProtocols,
})

Creates a new DirectoryWorkspaceAccessPropertiesAccessEndpointConfig. accessEndpoints Set of access endpoints used to control the network paths that users use to access their WorkSpaces. Defined below. internetFallbackProtocols List of protocols that fall back to the public internet when streaming over a VPC endpoint is unavailable. Valid value is PCOIP.

Implementation

const DirectoryWorkspaceAccessPropertiesAccessEndpointConfig({
  required this.accessEndpoints,
  this.internetFallbackProtocols,
});