Class CfnSigningConfiguration.RuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecr.CfnSigningConfiguration.RuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSigningConfiguration.RuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSigningConfiguration.RuleProperty
@Stability(Stable)
@Internal
public static final class CfnSigningConfiguration.RuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSigningConfiguration.RuleProperty
An implementation for
CfnSigningConfiguration.RuleProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecr.CfnSigningConfiguration.RuleProperty
CfnSigningConfiguration.RuleProperty.Builder, CfnSigningConfiguration.RuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSigningConfiguration.RuleProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA list of repository filters that determine which repositories have their images signed on push.final StringThe ARN of the AWS Signer signing profile to use for signing images that match this rule.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSigningConfiguration.RuleProperty.Builder.
-
-
Method Details
-
getSigningProfileArn
Description copied from interface:CfnSigningConfiguration.RulePropertyThe ARN of the AWS Signer signing profile to use for signing images that match this rule.For more information about signing profiles, see Signing profiles in the AWS Signer Developer Guide .
- Specified by:
getSigningProfileArnin interfaceCfnSigningConfiguration.RuleProperty- See Also:
-
getRepositoryFilters
Description copied from interface:CfnSigningConfiguration.RulePropertyA 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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSigningConfiguration.RepositoryFilterProperty>- Specified by:
getRepositoryFiltersin interfaceCfnSigningConfiguration.RuleProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-