Class CfnSubscriptionTargetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnSubscriptionTargetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSubscriptionTargetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSubscriptionTargetProps
@Stability(Stable)
@Internal
public static final class CfnSubscriptionTargetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSubscriptionTargetProps
An implementation for
CfnSubscriptionTargetProps
-
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.datazone.CfnSubscriptionTargetProps
CfnSubscriptionTargetProps.Builder, CfnSubscriptionTargetProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSubscriptionTargetProps.Builder
.protected
Jsii$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.JsonNode
final boolean
The asset types included in the subscription target.The authorized principals included in the subscription target.final String
The ID of the Amazon DataZone domain in which subscription target is created.final String
The ID of the environment in which subscription target is created.final String
The manage access role that is used to create the subscription target.final String
getName()
The name of the subscription target.final String
The provider of the subscription target.final Object
The configuration of the subscription target.final String
getType()
The type of the subscription target.final int
hashCode()
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 theCfnSubscriptionTargetProps.Builder
.
-
-
Method Details
-
getApplicableAssetTypes
Description copied from interface:CfnSubscriptionTargetProps
The asset types included in the subscription target.- Specified by:
getApplicableAssetTypes
in interfaceCfnSubscriptionTargetProps
- See Also:
-
getAuthorizedPrincipals
Description copied from interface:CfnSubscriptionTargetProps
The authorized principals included in the subscription target.- Specified by:
getAuthorizedPrincipals
in interfaceCfnSubscriptionTargetProps
- See Also:
-
getDomainIdentifier
Description copied from interface:CfnSubscriptionTargetProps
The ID of the Amazon DataZone domain in which subscription target is created.- Specified by:
getDomainIdentifier
in interfaceCfnSubscriptionTargetProps
- See Also:
-
getEnvironmentIdentifier
Description copied from interface:CfnSubscriptionTargetProps
The ID of the environment in which subscription target is created.- Specified by:
getEnvironmentIdentifier
in interfaceCfnSubscriptionTargetProps
- See Also:
-
getName
Description copied from interface:CfnSubscriptionTargetProps
The name of the subscription target.- Specified by:
getName
in interfaceCfnSubscriptionTargetProps
- See Also:
-
getSubscriptionTargetConfig
Description copied from interface:CfnSubscriptionTargetProps
The configuration of the subscription target.- Specified by:
getSubscriptionTargetConfig
in interfaceCfnSubscriptionTargetProps
- See Also:
-
getType
Description copied from interface:CfnSubscriptionTargetProps
The type of the subscription target.- Specified by:
getType
in interfaceCfnSubscriptionTargetProps
- See Also:
-
getManageAccessRole
Description copied from interface:CfnSubscriptionTargetProps
The manage access role that is used to create the subscription target.- Specified by:
getManageAccessRole
in interfaceCfnSubscriptionTargetProps
- See Also:
-
getProvider
Description copied from interface:CfnSubscriptionTargetProps
The provider of the subscription target.- Specified by:
getProvider
in interfaceCfnSubscriptionTargetProps
- 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()
-