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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecr.CfnReplicationConfiguration.RepositoryFilterProperty
CfnReplicationConfiguration.RepositoryFilterProperty.Builder, CfnReplicationConfiguration.RepositoryFilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnReplicationConfiguration.RepositoryFilterProperty.Builder
.protected
Jsii$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.RepositoryFilterProperty
The repository filter details.When the
PREFIX_MATCH
filter type is specified, this value is required and should be the repository name prefix to configure replication for.- Specified by:
getFilter
in interfaceCfnReplicationConfiguration.RepositoryFilterProperty
- See Also:
-
getFilterType
Description copied from interface:CfnReplicationConfiguration.RepositoryFilterProperty
The repository filter type.The only supported value is
PREFIX_MATCH
, which is a repository name prefix specified with thefilter
parameter.- Specified by:
getFilterType
in interfaceCfnReplicationConfiguration.RepositoryFilterProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-