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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/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 'gems/aws-sdk-proton/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 'gems/aws-sdk-proton/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.

Returns:

  • (String)


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

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