Class: Aws::Resiliencehubv2::Types::ImportAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ImportAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#associated_systems ⇒ Array<Types::AssociatedSystem>
The systems to associate with the imported service.
-
#client_token ⇒ String
Idempotency token.
-
#kms_key_id ⇒ String
KMS key identifier — accepts key ID, key ARN, alias name, or alias ARN.
-
#policy_arn ⇒ String
ARN identifier.
-
#skip_manually_added_resources ⇒ Boolean
Whether to skip manually added resources during import.
-
#tags ⇒ Hash<String,String>
Resource tags.
-
#v1_app_arn ⇒ String
ARN identifier.
Instance Attribute Details
#associated_systems ⇒ Array<Types::AssociatedSystem>
The systems to associate with the imported service.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1564 class ImportAppRequest < Struct.new( :v1_app_arn, :policy_arn, :kms_key_id, :skip_manually_added_resources, :associated_systems, :tags, :client_token) SENSITIVE = [:tags] include Aws::Structure end |
#client_token ⇒ String
Idempotency token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1564 class ImportAppRequest < Struct.new( :v1_app_arn, :policy_arn, :kms_key_id, :skip_manually_added_resources, :associated_systems, :tags, :client_token) SENSITIVE = [:tags] include Aws::Structure end |
#kms_key_id ⇒ String
KMS key identifier — accepts key ID, key ARN, alias name, or alias ARN.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1564 class ImportAppRequest < Struct.new( :v1_app_arn, :policy_arn, :kms_key_id, :skip_manually_added_resources, :associated_systems, :tags, :client_token) SENSITIVE = [:tags] include Aws::Structure end |
#policy_arn ⇒ String
ARN identifier.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1564 class ImportAppRequest < Struct.new( :v1_app_arn, :policy_arn, :kms_key_id, :skip_manually_added_resources, :associated_systems, :tags, :client_token) SENSITIVE = [:tags] include Aws::Structure end |
#skip_manually_added_resources ⇒ Boolean
Whether to skip manually added resources during import.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1564 class ImportAppRequest < Struct.new( :v1_app_arn, :policy_arn, :kms_key_id, :skip_manually_added_resources, :associated_systems, :tags, :client_token) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Resource tags.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1564 class ImportAppRequest < Struct.new( :v1_app_arn, :policy_arn, :kms_key_id, :skip_manually_added_resources, :associated_systems, :tags, :client_token) SENSITIVE = [:tags] include Aws::Structure end |
#v1_app_arn ⇒ String
ARN identifier.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1564 class ImportAppRequest < Struct.new( :v1_app_arn, :policy_arn, :kms_key_id, :skip_manually_added_resources, :associated_systems, :tags, :client_token) SENSITIVE = [:tags] include Aws::Structure end |