| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEnvironmentResult> |
AbstractAWSProtonAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AWSProtonAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AWSProtonAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Deploy a new environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clone() |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withCodebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that allows Proton to provision infrastructure using
CodeBuild-based provisioning on your behalf.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withComponentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in this environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDescription(String description)
A description of the environment that's being created and deployed.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withEnvironmentAccountConnectionId(String environmentAccountConnectionId)
The ID of the environment account connection that you provide if you want Proton to provision infrastructure
resources for your environment or for any of the service instances running in it in an environment account.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withName(String name)
The name of the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withProtonServiceRoleArn(String protonServiceRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that allows Proton to provision infrastructure using
Amazon Web Services-managed provisioning and CloudFormation on your behalf.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withProvisioningRepository(RepositoryBranchInput provisioningRepository)
The linked repository that you use to host your rendered infrastructure templates for self-managed provisioning.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSpec(String spec)
A YAML formatted string that provides inputs as defined in the environment template bundle schema file.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the Proton environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Tag... tags)
An optional list of metadata items that you can associate with the Proton environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTemplateMajorVersion(String templateMajorVersion)
The major version of the environment template.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the environment template.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTemplateName(String templateName)
The name of the environment template.
|
Copyright © 2022. All rights reserved.