| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentAccountConnectionRequest |
CreateEnvironmentAccountConnectionRequest.clone() |
CreateEnvironmentAccountConnectionRequest |
CreateEnvironmentAccountConnectionRequest.withClientToken(String clientToken)
When included, if two identical requests are made with the same client token, Proton returns the environment
account connection that the first request created.
|
CreateEnvironmentAccountConnectionRequest |
CreateEnvironmentAccountConnectionRequest.withCodebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
CreateEnvironmentAccountConnectionRequest |
CreateEnvironmentAccountConnectionRequest.withComponentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in the associated environment account.
|
CreateEnvironmentAccountConnectionRequest |
CreateEnvironmentAccountConnectionRequest.withEnvironmentName(String environmentName)
The name of the Proton environment that's created in the associated management account.
|
CreateEnvironmentAccountConnectionRequest |
CreateEnvironmentAccountConnectionRequest.withManagementAccountId(String managementAccountId)
The ID of the management account that accepts or rejects the environment account connection.
|
CreateEnvironmentAccountConnectionRequest |
CreateEnvironmentAccountConnectionRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account.
|
CreateEnvironmentAccountConnectionRequest |
CreateEnvironmentAccountConnectionRequest.withTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the Proton environment account connection.
|
CreateEnvironmentAccountConnectionRequest |
CreateEnvironmentAccountConnectionRequest.withTags(Tag... tags)
An optional list of metadata items that you can associate with the Proton environment account connection.
|
Copyright © 2024. All rights reserved.