Class: Aws::Types::CreatePullThroughCacheRuleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credential_arn::String

Returns the value of attribute credential_arn.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def credential_arn
  @credential_arn
end

#custom_role_arn::String

Returns the value of attribute custom_role_arn.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def custom_role_arn
  @custom_role_arn
end

#ecr_repository_prefix::String

Returns the value of attribute ecr_repository_prefix.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def ecr_repository_prefix
  @ecr_repository_prefix
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def registry_id
  @registry_id
end

#upstream_registry"ecr", ...

Returns the value of attribute upstream_registry.

Returns:

  • ("ecr", "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry", "gitlab-container-registry", "chainguard")


114
115
116
# File 'sig/types.rbs', line 114

def upstream_registry
  @upstream_registry
end

#upstream_registry_url::String

Returns the value of attribute upstream_registry_url.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def upstream_registry_url
  @upstream_registry_url
end

#upstream_repository_prefix::String

Returns the value of attribute upstream_repository_prefix.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def upstream_repository_prefix
  @upstream_repository_prefix
end