DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint class

Constructors

DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint({required Input<String> accessEndpointType, 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.
const
DirectoryWorkspaceAccessPropertiesAccessEndpointConfigAccessEndpoint.fromMap(Map<String, dynamic> map)
factory

Properties

accessEndpointType → Input<String>
Type of access endpoint. Valid value is STREAMING_WSP.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpcEndpointId → Input<String>
Identifier of the VPC endpoint that the access endpoint uses.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited