Class ListLifecycleExecutionResourcesRequest

    • Method Detail

      • lifecycleExecutionId

        public final String lifecycleExecutionId()

        Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.

        Returns:
        Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.
      • parentResourceId

        public final String parentResourceId()

        You can leave this empty to get a list of Image Builder resources that were identified for lifecycle actions.

        To get a list of associated resources that are impacted for an individual resource (the parent), specify its Amazon Resource Name (ARN). Associated resources are produced from your image and distributed when you run a build, such as AMIs or container images stored in ECR repositories.

        Returns:
        You can leave this empty to get a list of Image Builder resources that were identified for lifecycle actions.

        To get a list of associated resources that are impacted for an individual resource (the parent), specify its Amazon Resource Name (ARN). Associated resources are produced from your image and distributed when you run a build, such as AMIs or container images stored in ECR repositories.

      • maxResults

        public final Integer maxResults()

        The maximum items to return in a request.

        Returns:
        The maximum items to return in a request.
      • nextToken

        public final String nextToken()

        A token to specify where to start paginating. This is the nextToken from a previously truncated response.

        Returns:
        A token to specify where to start paginating. This is the nextToken from a previously truncated response.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object