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.
String ownerAccountId
The identifier 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 hostArn
The Amazon Resource Name (ARN) of the host associated with the connection.
String providerType
The name of the external provider where your third-party code repository is configured.
String connectionName
The name of the connection to be created. The name must be unique in the calling AWS account.
List<E> tags
The key-value pair to use when tagging the resource.
String hostArn
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
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.
List<E> tags
Specifies the tags applied to the resource.
String name
The name of the host to be created. The name must be unique in the calling AWS account.
String providerType
The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.
String providerEndpoint
The endpoint of the infrastructure to be represented by the host after it is created.
VpcConfiguration vpcConfiguration
The VPC configuration to be provisioned for the host. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
List<E> tags
String connectionArn
The Amazon Resource Name (ARN) of the connection to be deleted.
The ARN is never reused if the connection is deleted.
String hostArn
The Amazon Resource Name (ARN) of the host to be deleted.
String connectionArn
The Amazon Resource Name (ARN) of a connection.
Connection connection
The connection details, such as status, owner, and provider type.
String hostArn
The Amazon Resource Name (ARN) of the requested host.
String name
The name of the requested host.
String status
The status of the requested host.
String providerType
The provider type of the requested host, such as GitHub Enterprise Server.
String providerEndpoint
The endpoint of the infrastructure represented by the requested host.
VpcConfiguration vpcConfiguration
The VPC configuration of the requested host.
String name
The name of the host.
String hostArn
The Amazon Resource Name (ARN) of the host.
String providerType
The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.
String providerEndpoint
The endpoint of the infrastructure where your provider type is installed.
VpcConfiguration vpcConfiguration
The VPC configuration provisioned for the host.
String status
The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING, VPC_CONFIG_INITIALIZING, and VPC_CONFIG_FAILED_INITIALIZATION.
String statusMessage
The status description for the host.
String providerTypeFilter
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
String hostArnFilter
Filters the list of connections to those associated with a specified host.
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.
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 ListHosts call, which can be used to return the next
set of hosts in the list.
List<E> hosts
A list of hosts and the details for each host, such as status, endpoint, and provider type.
String nextToken
A token that can be used in the next ListHosts call. To view all items in the list, continue to call
this operation with each subsequent token until no more nextToken values are returned.
String resourceArn
The Amazon Resource Name (ARN) of the resource for which you want to get information about tags, if any.
String hostArn
The Amazon Resource Name (ARN) of the host to be updated.
String providerEndpoint
The URL or endpoint of the host to be updated.
VpcConfiguration vpcConfiguration
The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
String vpcId
The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
List<E> subnetIds
The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
List<E> securityGroupIds
The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
String tlsCertificate
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
Copyright © 2022. All rights reserved.