String connectionName
The name of the connection. Connection names must be unique in an AWS user account.
String connectionArn
The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.
The ARN is never reused if the connection is deleted.
String providerType
The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.
String ownerAccountId
The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.
String connectionStatus
The current status of the connection.
String providerType
The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.
String connectionName
The name of the connection to be created. The name must be unique in the calling AWS account.
String connectionArn
The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.
The ARN is never reused if the connection is deleted.
String connectionArn
The Amazon Resource Name (ARN) of the connection to be deleted.
The ARN is never reused if the connection is deleted.
String connectionArn
The Amazon Resource Name (ARN) of a connection.
Connection connection
The connection details, such as status, owner, and provider type.
String providerTypeFilter
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
Integer maxResults
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned nextToken value.
String nextToken
The token that was returned from the previous ListConnections call, which can be used to return the
next set of connections in the list.
List<E> connections
A list of connections and the details for each connection, such as status, owner, and provider type.
String nextToken
A token that can be used in the next ListConnections call. To view all items in the list, continue
to call this operation with each subsequent token until no more nextToken values are returned.
Copyright © 2020. All rights reserved.