Class CfnAssociationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssociationMixinProps
@Stability(Stable)
@Internal
public static final class CfnAssociationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssociationMixinProps
An implementation for
CfnAssociationMixinProps-
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.cfnpropertymixins.services.devopsagent.CfnAssociationMixinProps
CfnAssociationMixinProps.Builder, CfnAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssociationMixinProps.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 Agent Space.final ObjectThe configuration that directs how the Agent Space interacts with the given service.Set of linked association IDs for parent-child relationships.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 theCfnAssociationMixinProps.Builder.
-
-
Method Details
-
getAgentSpaceId
Description copied from interface:CfnAssociationMixinPropsThe unique identifier of the Agent Space.- Specified by:
getAgentSpaceIdin interfaceCfnAssociationMixinProps- See Also:
-
getConfiguration
Description copied from interface:CfnAssociationMixinPropsThe configuration that directs how the Agent Space interacts with the given service.You can specify only one configuration type per association.
Allowed Values :
SourceAws|Aws|GitHub|GitLab|Slack|Dynatrace|ServiceNow|MCPServer|MCPServerNewRelic|MCPServerDatadog|MCPServerSplunk|EventChannelReturns union: either
IResolvableorCfnAssociationPropsMixin.ServiceConfigurationProperty- Specified by:
getConfigurationin interfaceCfnAssociationMixinProps- See Also:
-
getLinkedAssociationIds
Description copied from interface:CfnAssociationMixinPropsSet of linked association IDs for parent-child relationships.- Specified by:
getLinkedAssociationIdsin interfaceCfnAssociationMixinProps- See Also:
-
getServiceId
Description copied from interface:CfnAssociationMixinPropsThe identifier for the associated service.For
SourceAwsandAwsconfigurations, this must beaws. For all other service types, this is a UUID generated from the RegisterService command.- Specified by:
getServiceIdin interfaceCfnAssociationMixinProps- 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()
-