Class: Aws::EC2::Types::CreateSnapshotsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateSnapshotsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#copy_tags_from_source ⇒ String
Copies the tags from the specified volume to corresponding snapshot.
-
#description ⇒ String
A description propagated to every snapshot specified by the instance.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#instance_specification ⇒ Types::InstanceSpecification
The instance to specify which volumes should be included in the snapshots.
-
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost on which to create the local snapshots.
-
#tag_specifications ⇒ Array<Types::TagSpecification>
Tags to apply to every snapshot specified by the instance.
Instance Attribute Details
#copy_tags_from_source ⇒ String
Copies the tags from the specified volume to corresponding snapshot.
10962 10963 10964 10965 10966 10967 10968 10969 10970 10971 |
# File 'lib/aws-sdk-ec2/types.rb', line 10962 class CreateSnapshotsRequest < Struct.new( :description, :instance_specification, :outpost_arn, :tag_specifications, :dry_run, :copy_tags_from_source) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description propagated to every snapshot specified by the instance.
10962 10963 10964 10965 10966 10967 10968 10969 10970 10971 |
# File 'lib/aws-sdk-ec2/types.rb', line 10962 class CreateSnapshotsRequest < Struct.new( :description, :instance_specification, :outpost_arn, :tag_specifications, :dry_run, :copy_tags_from_source) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
10962 10963 10964 10965 10966 10967 10968 10969 10970 10971 |
# File 'lib/aws-sdk-ec2/types.rb', line 10962 class CreateSnapshotsRequest < Struct.new( :description, :instance_specification, :outpost_arn, :tag_specifications, :dry_run, :copy_tags_from_source) SENSITIVE = [] include Aws::Structure end |
#instance_specification ⇒ Types::InstanceSpecification
The instance to specify which volumes should be included in the snapshots.
10962 10963 10964 10965 10966 10967 10968 10969 10970 10971 |
# File 'lib/aws-sdk-ec2/types.rb', line 10962 class CreateSnapshotsRequest < Struct.new( :description, :instance_specification, :outpost_arn, :tag_specifications, :dry_run, :copy_tags_from_source) SENSITIVE = [] include Aws::Structure end |
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost on which to create the local snapshots.
-
To create snapshots from an instance in a Region, omit this parameter. The snapshots are created in the same Region as the instance.
-
To create snapshots from an instance on an Outpost and store the snapshots in the Region, omit this parameter. The snapshots are created in the Region for the Outpost.
-
To create snapshots from an instance on an Outpost and store the snapshots on an Outpost, specify the ARN of the destination Outpost. The snapshots must be created on the same Outpost as the instance.
For more information, see [ Create multi-volume local snapshots from instances on an Outpost] in the *Amazon EBS User Guide*.
[1]: docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#create-multivol-snapshot
10962 10963 10964 10965 10966 10967 10968 10969 10970 10971 |
# File 'lib/aws-sdk-ec2/types.rb', line 10962 class CreateSnapshotsRequest < Struct.new( :description, :instance_specification, :outpost_arn, :tag_specifications, :dry_run, :copy_tags_from_source) SENSITIVE = [] include Aws::Structure end |
#tag_specifications ⇒ Array<Types::TagSpecification>
Tags to apply to every snapshot specified by the instance.
10962 10963 10964 10965 10966 10967 10968 10969 10970 10971 |
# File 'lib/aws-sdk-ec2/types.rb', line 10962 class CreateSnapshotsRequest < Struct.new( :description, :instance_specification, :outpost_arn, :tag_specifications, :dry_run, :copy_tags_from_source) SENSITIVE = [] include Aws::Structure end |