DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint constructor
const
DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint({})
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,
});