Skip to content

/AWS1/CL_ECRSIGNINGRULE

A signing rule that specifies a signing profile and optional repository filters. When an image is pushed to a matching repository, a signing job is created using the specified profile.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_signingprofilearn TYPE /AWS1/ECRSIGNINGPROFILEARN /AWS1/ECRSIGNINGPROFILEARN

The ARN of the Amazon Web Services Signer signing profile to use for signing images that match this rule. For more information about signing profiles, see Signing profiles in the Amazon Web Services Signer Developer Guide.

Optional arguments:

it_repositoryfilters TYPE /AWS1/CL_ECRSIGNINGREPOFILTER=>TT_SIGNINGREPOSITORYFILTERLIST TT_SIGNINGREPOSITORYFILTERLIST

A list of repository filters that determine which repositories have their images signed on push. If no filters are specified, all images pushed to the registry are signed using the rule's signing profile. Maximum of 100 filters per rule.


Queryable Attributes

signingProfileArn

The ARN of the Amazon Web Services Signer signing profile to use for signing images that match this rule. For more information about signing profiles, see Signing profiles in the Amazon Web Services Signer Developer Guide.

Accessible with the following methods

Method Description
GET_SIGNINGPROFILEARN() Getter for SIGNINGPROFILEARN, with configurable default
ASK_SIGNINGPROFILEARN() Getter for SIGNINGPROFILEARN w/ exceptions if field has no v
HAS_SIGNINGPROFILEARN() Determine if SIGNINGPROFILEARN has a value

repositoryFilters

A list of repository filters that determine which repositories have their images signed on push. If no filters are specified, all images pushed to the registry are signed using the rule's signing profile. Maximum of 100 filters per rule.

Accessible with the following methods

Method Description
GET_REPOSITORYFILTERS() Getter for REPOSITORYFILTERS, with configurable default
ASK_REPOSITORYFILTERS() Getter for REPOSITORYFILTERS w/ exceptions if field has no v
HAS_REPOSITORYFILTERS() Determine if REPOSITORYFILTERS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SIGNINGRULELIST

TYPES TT_SIGNINGRULELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECRSIGNINGRULE WITH DEFAULT KEY
.