Class: Aws::Proton::Types::ProvisionedResource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ProvisionedResource
 
 
- 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
- 
  
    
      #identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The provisioned resource identifier.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The provisioned resource name.
 - 
  
    
      #provisioning_engine  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource provisioning engine.
 
Instance Attribute Details
#identifier ⇒ String
The provisioned resource identifier.
      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  | 
  
#name ⇒ String
The provisioned resource name.
      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_engine ⇒ String
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
      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  |