public static interface CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appflow.*; InforNexusConnectorProfileCredentialsProperty inforNexusConnectorProfileCredentialsProperty = InforNexusConnectorProfileCredentialsProperty.builder() .accessKeyId("accessKeyId") .datakey("datakey") .secretAccessKey("secretAccessKey") .userId("userId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder |
builder() |
java.lang.String |
getAccessKeyId()
The Access Key portion of the credentials.
|
java.lang.String |
getDatakey()
The encryption keys used to encrypt data.
|
java.lang.String |
getSecretAccessKey()
The secret key used to sign requests.
|
java.lang.String |
getUserId()
The identifier for the user.
|
java.lang.String getAccessKeyId()
java.lang.String getDatakey()
java.lang.String getSecretAccessKey()
java.lang.String getUserId()