Class CfnAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devopsagent.CfnAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssociationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssociationProps
@Stability(Stable)
@Internal
public static final class CfnAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssociationProps
An implementation for
CfnAssociationProps-
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.devopsagent.CfnAssociationProps
CfnAssociationProps.Builder, CfnAssociationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAssociationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAssociationProps.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 StringThe unique identifier of the AgentSpace.final ObjectThe configuration that directs how AgentSpace interacts with the given service.final StringThe identifier for the associated service.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 theCfnAssociationProps.Builder.
-
-
Method Details
-
getAgentSpaceId
Description copied from interface:CfnAssociationPropsThe unique identifier of the AgentSpace.- Specified by:
getAgentSpaceIdin interfaceCfnAssociationProps- See Also:
-
getConfiguration
Description copied from interface:CfnAssociationPropsThe configuration that directs how AgentSpace interacts with the given service.Returns union: either
IResolvableorCfnAssociation.ServiceConfigurationProperty- Specified by:
getConfigurationin interfaceCfnAssociationProps- See Also:
-
getServiceId
Description copied from interface:CfnAssociationPropsThe identifier for the associated service.For SourceAws and Aws configurations, this must be 'aws'. For all other service types, this is a UUID generated from the RegisterService command
- Specified by:
getServiceIdin interfaceCfnAssociationProps- 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()
-