Class: Aws::GreengrassV2::Types::GetComponentVersionArtifactRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The [ARN] of the component version. Specify the ARN of a public or a Lambda component version.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


1529
1530
1531
1532
1533
1534
1535
1536
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1529

class GetComponentVersionArtifactRequest < Struct.new(
  :arn,
  :artifact_name,
  :s3_endpoint_type,
  :iot_endpoint_type)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_nameString

The name of the artifact.

You can use the [GetComponent] operation to download the component recipe, which includes the URI of the artifact. The artifact name is the section of the URI after the scheme. For example, in the artifact URI ‘greengrass:SomeArtifact.zip`, the artifact name is `SomeArtifact.zip`.

[1]: docs.aws.amazon.com/greengrass/v2/APIReference/API_GetComponent.html

Returns:

  • (String)


1529
1530
1531
1532
1533
1534
1535
1536
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1529

class GetComponentVersionArtifactRequest < Struct.new(
  :arn,
  :artifact_name,
  :s3_endpoint_type,
  :iot_endpoint_type)
  SENSITIVE = []
  include Aws::Structure
end

#iot_endpoint_typeString

Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specify ‘fips` if you want the returned Amazon S3 pre-signed URL to point to an Amazon S3 FIPS endpoint. If you don’t specify a value, the default is ‘standard`.

Returns:

  • (String)


1529
1530
1531
1532
1533
1534
1535
1536
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1529

class GetComponentVersionArtifactRequest < Struct.new(
  :arn,
  :artifact_name,
  :s3_endpoint_type,
  :iot_endpoint_type)
  SENSITIVE = []
  include Aws::Structure
end

#s3_endpoint_typeString

Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.

All Amazon Web Services Regions except US East (N. Virginia) use ‘REGIONAL` in all cases. In the US East (N. Virginia) Region the default is `GLOBAL`, but you can change it to `REGIONAL` with this parameter.

Returns:

  • (String)


1529
1530
1531
1532
1533
1534
1535
1536
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1529

class GetComponentVersionArtifactRequest < Struct.new(
  :arn,
  :artifact_name,
  :s3_endpoint_type,
  :iot_endpoint_type)
  SENSITIVE = []
  include Aws::Structure
end