Class CfnSigningConfigurationPropsMixin.RuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.ecr.mixins.CfnSigningConfigurationPropsMixin.RuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSigningConfigurationPropsMixin.RuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSigningConfigurationPropsMixin.RuleProperty
@Stability(Stable)
@Internal
public static final class CfnSigningConfigurationPropsMixin.RuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSigningConfigurationPropsMixin.RuleProperty
An implementation for
CfnSigningConfigurationPropsMixin.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.mixins.preview.services.ecr.mixins.CfnSigningConfigurationPropsMixin.RuleProperty
CfnSigningConfigurationPropsMixin.RuleProperty.Builder, CfnSigningConfigurationPropsMixin.RuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSigningConfigurationPropsMixin.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 theCfnSigningConfigurationPropsMixin.RuleProperty.Builder.
-
-
Method Details
-
getRepositoryFilters
Description copied from interface:CfnSigningConfigurationPropsMixin.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: '<'eitherIResolvableorCfnSigningConfigurationPropsMixin.RepositoryFilterProperty>- Specified by:
getRepositoryFiltersin interfaceCfnSigningConfigurationPropsMixin.RuleProperty- See Also:
-
getSigningProfileArn
Description copied from interface:CfnSigningConfigurationPropsMixin.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 interfaceCfnSigningConfigurationPropsMixin.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()
-