@aws-sdk/client-ecr

DeletePullThroughCacheRuleCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
createdAt Date | undefined

The timestamp associated with the pull through cache rule.

credentialArn string | undefined

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.

customRoleArn string | undefined

The ARN of the IAM role associated with the pull through cache rule.

ecrRepositoryPrefix string | undefined

The Amazon ECR repository prefix associated with the request.

registryId string | undefined

The registry ID associated with the request.

upstreamRegistryUrl string | undefined

The upstream registry URL associated with the pull through cache rule.

upstreamRepositoryPrefix string | undefined

The upstream repository prefix associated with the pull through cache rule.

Full Signature

export interface DeletePullThroughCacheRuleCommandOutput extends DeletePullThroughCacheRuleResponse, MetadataBearer