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.
1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1581 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.
1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1581 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.
1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1581 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.
1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1581 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.
1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1581 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.
1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1581 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.
1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1581 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 |