PipelineEndpointConnection
Represents a connection to a pipeline endpoint, containing details about the endpoint association.
Contents
- EndpointId
-
The unique identifier of the endpoint in the connection.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 512.
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9-_]+$
Required: No
- PipelineArn
-
The Amazon Resource Name (ARN) of the pipeline in the endpoint connection.
Type: String
Length Constraints: Minimum length of 46. Maximum length of 76.
Pattern:
^arn:(aws|aws\-cn|aws\-us\-gov|aws\-iso|aws\-iso\-b):osis:.+:pipeline\/.+$
Required: No
- Status
-
The current status of the pipeline endpoint connection.
Type: String
Valid Values:
CREATING | ACTIVE | CREATE_FAILED | DELETING | REVOKING | REVOKED
Required: No
- VpcEndpointOwner
-
The AWS account ID that owns the VPC endpoint used in this connection.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
^\\d{12}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: