Class: Aws::Proton::Types::ProvisionedResource

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

Overview

Detail data for a provisioned resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The provisioned resource identifier.

Returns:

  • (String)


4379
4380
4381
4382
4383
4384
4385
# File 'lib/aws-sdk-proton/types.rb', line 4379

class ProvisionedResource < Struct.new(
  :identifier,
  :name,
  :provisioning_engine)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The provisioned resource name.

Returns:

  • (String)


4379
4380
4381
4382
4383
4384
4385
# File 'lib/aws-sdk-proton/types.rb', line 4379

class ProvisionedResource < Struct.new(
  :identifier,
  :name,
  :provisioning_engine)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_engineString

The resource provisioning engine. At this time, ‘CLOUDFORMATION` can be used for Amazon Web Services-managed provisioning, and `TERRAFORM` can be used for self-managed provisioning.

For more information, see [Self-managed provisioning] in the *Proton User Guide*.

[1]: docs.aws.amazon.com/proton/latest/userguide/ag-works-prov-methods.html#ag-works-prov-methods-self

Returns:

  • (String)


4379
4380
4381
4382
4383
4384
4385
# File 'lib/aws-sdk-proton/types.rb', line 4379

class ProvisionedResource < Struct.new(
  :identifier,
  :name,
  :provisioning_engine)
  SENSITIVE = []
  include Aws::Structure
end