Class CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
An implementation for
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
-
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.appflow.CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder, CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.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
final String
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.final String
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.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
protected Jsii$Proxy(CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder
.
-
-
Method Details
-
getApiKey
Description copied from interface:CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.- Specified by:
getApiKey
in interfaceCfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
- See Also:
-
getApplicationKey
Description copied from interface:CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
- Specified by:
getApplicationKey
in interfaceCfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
- 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()
-