DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint constructor

const DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint({
  1. required Input<String> accessEndpointType,
  2. required Input<String> vpcEndpointId,
})

Creates a new DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint. accessEndpointType Type of access endpoint. Valid value is STREAMING_WSP. vpcEndpointId Identifier of the VPC endpoint that the access endpoint uses.

Implementation

const DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint({
  required this.accessEndpointType,
  required this.vpcEndpointId,
});