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 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 theCfnAssociationProps.Builder.
-
-
Method Details
-
getAgentSpaceId
Description copied from interface:CfnAssociationPropsThe unique identifier of the Agent Space.- Specified by:
getAgentSpaceIdin interfaceCfnAssociationProps- See Also:
-
getConfiguration
Description copied from interface:CfnAssociationPropsThe 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
IResolvableorCfnAssociation.ServiceConfigurationProperty- Specified by:
getConfigurationin interfaceCfnAssociationProps- See Also:
-
getServiceId
Description copied from interface:CfnAssociationPropsThe 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 interfaceCfnAssociationProps- See Also:
-
getLinkedAssociationIds
Description copied from interface:CfnAssociationPropsSet of linked association IDs for parent-child relationships.- Specified by:
getLinkedAssociationIdsin 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()
-