Class GetLayerVersionResult


  • public final class GetLayerVersionResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
        Returns:
        The Amazon Resource Name (ARN) of the Lambda Layer with version.
      • compatibleArchitecture

        public java.util.Optional<java.lang.String> compatibleArchitecture()
      • compatibleArchitectures

        public java.util.List<java.lang.String> compatibleArchitectures()
        Returns:
        A list of [Architectures](https://docs.aws.amazon.com/lambda/latest/dg/API_GetLayerVersion.html#SSS-GetLayerVersion-response-CompatibleArchitectures) the specific Lambda Layer version is compatible with.
      • compatibleRuntime

        public java.util.Optional<java.lang.String> compatibleRuntime()
      • compatibleRuntimes

        public java.util.List<java.lang.String> compatibleRuntimes()
        Returns:
        A list of [Runtimes](https://docs.aws.amazon.com/lambda/latest/dg/API_GetLayerVersion.html#SSS-GetLayerVersion-response-CompatibleRuntimes) the specific Lambda Layer version is compatible with.
      • createdDate

        public java.lang.String createdDate()
        Returns:
        The date this resource was created.
      • description

        public java.lang.String description()
        Returns:
        Description of the specific Lambda Layer version.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • layerArn

        public java.lang.String layerArn()
        Returns:
        The Amazon Resource Name (ARN) of the Lambda Layer without version.
      • layerName

        public java.lang.String layerName()
      • licenseInfo

        public java.lang.String licenseInfo()
        Returns:
        License info associated with the specific Lambda Layer version.
      • signingJobArn

        public java.lang.String signingJobArn()
        Returns:
        The Amazon Resource Name (ARN) of a signing job.
      • signingProfileVersionArn

        public java.lang.String signingProfileVersionArn()
        Returns:
        The Amazon Resource Name (ARN) for a signing profile version.
      • sourceCodeHash

        public java.lang.String sourceCodeHash()
        Returns:
        Base64-encoded representation of raw SHA-256 sum of the zip file.
      • sourceCodeSize

        public java.lang.Integer sourceCodeSize()
        Returns:
        The size in bytes of the function .zip file.
      • version

        public java.lang.Integer version()
        Returns:
        This Lamba Layer version.