[ aws . rolesanywhere ]

delete-profile

Description

Deletes a profile.

Required permissions: rolesanywhere:DeleteProfile .

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  delete-profile
--profile-id <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Options

--profile-id (string)

The unique identifier of the profile.

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.

See ‘aws help’ for descriptions of global parameters.

Output

profile -> (structure)

The state of the profile after a read or write operation.

createdAt -> (timestamp)

The ISO-8601 timestamp when the profile was created.

createdBy -> (string)

The Amazon Web Services account that created the profile.

durationSeconds -> (integer)

The number of seconds the vended session credentials are valid for.

enabled -> (boolean)

Indicates whether the profile is enabled.

managedPolicyArns -> (list)

A list of managed policy ARNs that apply to the vended session credentials.

(string)

name -> (string)

The name of the profile.

profileArn -> (string)

The ARN of the profile.

profileId -> (string)

The unique identifier of the profile.

requireInstanceProperties -> (boolean)

Specifies whether instance properties are required in CreateSession requests with this profile.

roleArns -> (list)

A list of IAM roles that this profile can assume in a CreateSession operation.

(string)

sessionPolicy -> (string)

A session policy that applies to the trust boundary of the vended session credentials.

updatedAt -> (timestamp)

The ISO-8601 timestamp when the profile was last updated.