Class CfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty-
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.bedrock.CfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty
CfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty.Builder, CfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty.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 supported authentication type to authenticate and connect to your Salesforce instance.final StringThe Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL.final StringThe Salesforce host URL or instance URL.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 theCfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty.Builder.
-
-
Method Details
-
getAuthType
Description copied from interface:CfnDataSourcePropsMixin.SalesforceSourceConfigurationPropertyThe supported authentication type to authenticate and connect to your Salesforce instance.- Specified by:
getAuthTypein interfaceCfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty- See Also:
-
getCredentialsSecretArn
Description copied from interface:CfnDataSourcePropsMixin.SalesforceSourceConfigurationPropertyThe Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL.For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Salesforce connection configuration .
- Specified by:
getCredentialsSecretArnin interfaceCfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty- See Also:
-
getHostUrl
Description copied from interface:CfnDataSourcePropsMixin.SalesforceSourceConfigurationPropertyThe Salesforce host URL or instance URL.- Specified by:
getHostUrlin interfaceCfnDataSourcePropsMixin.SalesforceSourceConfigurationProperty- 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()
-