Package com.pulumi.aws.appflow.outputs
Class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow
-
public final class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow.Builder
builder()
static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow.Builder
builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow defaults)
java.lang.String
password()
java.lang.String
username()
-
-
-
Method Detail
-
password
public java.lang.String password()
- Returns:
- The password to use to connect to a resource.
-
username
public java.lang.String username()
- Returns:
- The username to use to connect to a resource.
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow.Builder builder()
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow.Builder builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow defaults)
-
-