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.
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1873 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.
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1873 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.
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1873 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.
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1873 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.
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1873 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.
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1873 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.
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1873 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 |