Class CfnReplicationConfiguration.RepositoryFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecr.CfnReplicationConfiguration.RepositoryFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicationConfiguration.RepositoryFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicationConfiguration.RepositoryFilterProperty
@Stability(Stable)
@Internal
public static final class CfnReplicationConfiguration.RepositoryFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicationConfiguration.RepositoryFilterProperty
An implementation for
CfnReplicationConfiguration.RepositoryFilterProperty-
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.CfnReplicationConfiguration.RepositoryFilterProperty
CfnReplicationConfiguration.RepositoryFilterProperty.Builder, CfnReplicationConfiguration.RepositoryFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicationConfiguration.RepositoryFilterProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnReplicationConfiguration.RepositoryFilterProperty.Builder.
-
-
Method Details
-
getFilter
Description copied from interface:CfnReplicationConfiguration.RepositoryFilterPropertyThe repository filter details.When the
PREFIX_MATCHfilter type is specified, this value is required and should be the repository name prefix to configure replication for.- Specified by:
getFilterin interfaceCfnReplicationConfiguration.RepositoryFilterProperty- See Also:
-
getFilterType
Description copied from interface:CfnReplicationConfiguration.RepositoryFilterPropertyThe repository filter type.The only supported value is
PREFIX_MATCH, which is a repository name prefix specified with thefilterparameter.- Specified by:
getFilterTypein interfaceCfnReplicationConfiguration.RepositoryFilterProperty- 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()
-