Class: Aws::ServiceCatalog::Types::ProvisionedProductDetail

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a provisioned product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the provisioned product.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the provisioned product.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idempotency_tokenString

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_provisioning_record_idString

The record identifier of the last request performed on this provisioned product of the following types:

  • ProvisionProduct

  • UpdateProvisionedProduct

  • ExecuteProvisionedProductPlan

  • TerminateProvisionedProduct

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_record_idString

The record identifier of the last request performed on this provisioned product.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_successful_provisioning_record_idString

The record identifier of the last successful request performed on this provisioned product of the following types:

  • ProvisionProduct

  • UpdateProvisionedProduct

  • ExecuteProvisionedProductPlan

  • TerminateProvisionedProduct

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#launch_role_arnString

The ARN of the launch role associated with the provisioned product.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The user-friendly name of the provisioned product.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product identifier. For example, ‘prod-abcdzk7xy33qa`.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact. For example, ‘pa-4abcdjnxjj6ne`.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the provisioned product.

  • ‘AVAILABLE` - Stable state, ready to perform any operation. The most recent operation succeeded and completed.

  • ‘UNDER_CHANGE` - Transitive state. Operations performed might not have valid results. Wait for an `AVAILABLE` status before performing operations.

  • ‘TAINTED` - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.

  • ‘ERROR` - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.

  • ‘PLAN_IN_PROGRESS` - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an `AVAILABLE` status before performing operations.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The current status message of the provisioned product.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of provisioned product. The supported values are ‘CFN_STACK`, `CFN_STACKSET`, `TERRAFORM_OPEN_SOURCE`, `TERRAFORM_CLOUD`, and `EXTERNAL`.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4823

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :last_provisioning_record_id,
  :last_successful_provisioning_record_id,
  :product_id,
  :provisioning_artifact_id,
  :launch_role_arn)
  SENSITIVE = []
  include Aws::Structure
end