Package com.pulumi.aws.appflow.outputs
Class ConnectorProfileConnectorProfileConfig
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.ConnectorProfileConnectorProfileConfig
-
public final class ConnectorProfileConnectorProfileConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectorProfileConnectorProfileConfig.Builder
-
Method Summary
-
-
-
Method Detail
-
connectorProfileCredentials
public ConnectorProfileConnectorProfileConfigConnectorProfileCredentials connectorProfileCredentials()
- Returns:
- The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.
-
connectorProfileProperties
public ConnectorProfileConnectorProfileConfigConnectorProfileProperties connectorProfileProperties()
- Returns:
- The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.
-
builder
public static ConnectorProfileConnectorProfileConfig.Builder builder()
-
builder
public static ConnectorProfileConnectorProfileConfig.Builder builder(ConnectorProfileConnectorProfileConfig defaults)
-
-