Skip to content

Delete Environment Account Connection

proton_delete_environment_account_connection R Documentation

In an environment account, delete an environment account connection

Description

In an environment account, delete an environment account connection.

After you delete an environment account connection that’s in use by an Proton environment, Proton can’t manage the environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're responsible for cleaning up provisioned resources that remain without an environment connection.

For more information, see Environment account connections in the Proton User guide.

Usage

proton_delete_environment_account_connection(id)

Arguments

id

[required] The ID of the environment account connection to delete.

Value

A list with the following syntax:

list(
  environmentAccountConnection = list(
    arn = "string",
    codebuildRoleArn = "string",
    componentRoleArn = "string",
    environmentAccountId = "string",
    environmentName = "string",
    id = "string",
    lastModifiedAt = as.POSIXct(
      "2015-01-01"
    ),
    managementAccountId = "string",
    requestedAt = as.POSIXct(
      "2015-01-01"
    ),
    roleArn = "string",
    status = "PENDING"|"CONNECTED"|"REJECTED"
  )
)

Request syntax

svc$delete_environment_account_connection(
  id = "string"
)