| Modifier and Type | Method and Description |
|---|---|
SecretValue |
SecretValue.Builder.build() |
static SecretValue |
SecretValue.cfnDynamicReference(CfnDynamicReference ref)
(experimental) Obtain the secret value through a CloudFormation dynamic reference.
|
static SecretValue |
SecretValue.cfnParameter(CfnParameter param)
(experimental) Obtain the secret value through a CloudFormation parameter.
|
static SecretValue |
SecretValue.plainText(String secret)
Deprecated.
Use `unsafePlainText()` instead.
|
static SecretValue |
SecretValue.resourceAttribute(String attr)
(experimental) Use a resource's output as secret value.
|
static SecretValue |
SecretValue.secretsManager(String secretId)
(experimental) Creates a `SecretValue` with a value which is dynamically loaded from AWS Secrets Manager.
|
static SecretValue |
SecretValue.secretsManager(String secretId,
SecretsManagerSecretOptions options)
(experimental) Creates a `SecretValue` with a value which is dynamically loaded from AWS Secrets Manager.
|
static SecretValue |
SecretValue.ssmSecure(String parameterName)
(experimental) Use a secret value stored from a Systems Manager (SSM) parameter.
|
static SecretValue |
SecretValue.ssmSecure(String parameterName,
String version)
(experimental) Use a secret value stored from a Systems Manager (SSM) parameter.
|
static SecretValue |
SecretValue.unsafePlainText(String secret)
(experimental) Construct a literal secret value for use with secret-aware constructs.
|
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
GitHubSourceOptions.getAuthentication()
(experimental) A GitHub OAuth token to use for authentication.
|
SecretValue |
GitHubSourceOptions.Jsii$Proxy.getAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
GitHubSourceOptions.Builder |
GitHubSourceOptions.Builder.authentication(SecretValue authentication)
Sets the value of
GitHubSourceOptions.getAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
SourceCodeProviderConfig.getAccessToken()
(experimental) Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key.
|
SecretValue |
SourceCodeProviderConfig.Jsii$Proxy.getAccessToken() |
SecretValue |
GitHubSourceCodeProviderProps.getOauthToken()
(experimental) A personal access token with the `repo` scope.
|
SecretValue |
GitHubSourceCodeProviderProps.Jsii$Proxy.getOauthToken() |
default SecretValue |
SourceCodeProviderConfig.getOauthToken()
(experimental) OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key.
|
SecretValue |
SourceCodeProviderConfig.Jsii$Proxy.getOauthToken() |
SecretValue |
GitLabSourceCodeProviderProps.getOauthToken()
(experimental) A personal access token with the `repo` scope.
|
SecretValue |
GitLabSourceCodeProviderProps.Jsii$Proxy.getOauthToken() |
default SecretValue |
BasicAuthProps.getPassword()
(experimental) The password.
|
SecretValue |
BasicAuthProps.Jsii$Proxy.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeProviderConfig.Builder |
SourceCodeProviderConfig.Builder.accessToken(SecretValue accessToken)
Sets the value of
SourceCodeProviderConfig.getAccessToken() |
static BasicAuth |
BasicAuth.fromCredentials(String username,
SecretValue password)
(experimental) Creates a Basic Auth configuration from a username and a password.
|
GitHubSourceCodeProvider.Builder |
GitHubSourceCodeProvider.Builder.oauthToken(SecretValue oauthToken)
(experimental) A personal access token with the `repo` scope.
|
GitLabSourceCodeProvider.Builder |
GitLabSourceCodeProvider.Builder.oauthToken(SecretValue oauthToken)
(experimental) A personal access token with the `repo` scope.
|
GitHubSourceCodeProviderProps.Builder |
GitHubSourceCodeProviderProps.Builder.oauthToken(SecretValue oauthToken)
Sets the value of
GitHubSourceCodeProviderProps.getOauthToken() |
SourceCodeProviderConfig.Builder |
SourceCodeProviderConfig.Builder.oauthToken(SecretValue oauthToken)
Sets the value of
SourceCodeProviderConfig.getOauthToken() |
GitLabSourceCodeProviderProps.Builder |
GitLabSourceCodeProviderProps.Builder.oauthToken(SecretValue oauthToken)
Sets the value of
GitLabSourceCodeProviderProps.getOauthToken() |
BasicAuthProps.Builder |
BasicAuthProps.Builder.password(SecretValue password)
Sets the value of
BasicAuthProps.getPassword() |
BasicAuth.Builder |
BasicAuth.Builder.password(SecretValue password)
(experimental) The password.
|
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
GitHubSourceCredentialsProps.getAccessToken()
(experimental) The personal access token to use when contacting the GitHub API.
|
SecretValue |
GitHubSourceCredentialsProps.Jsii$Proxy.getAccessToken() |
SecretValue |
GitHubEnterpriseSourceCredentialsProps.getAccessToken()
(experimental) The personal access token to use when contacting the instance of the GitHub Enterprise API.
|
SecretValue |
GitHubEnterpriseSourceCredentialsProps.Jsii$Proxy.getAccessToken() |
SecretValue |
BitBucketSourceCredentialsProps.getPassword()
(experimental) Your BitBucket application password.
|
SecretValue |
BitBucketSourceCredentialsProps.Jsii$Proxy.getPassword() |
SecretValue |
BitBucketSourceCredentialsProps.getUsername()
(experimental) Your BitBucket username.
|
SecretValue |
BitBucketSourceCredentialsProps.Jsii$Proxy.getUsername() |
| Modifier and Type | Method and Description |
|---|---|
GitHubSourceCredentialsProps.Builder |
GitHubSourceCredentialsProps.Builder.accessToken(SecretValue accessToken)
Sets the value of
GitHubSourceCredentialsProps.getAccessToken() |
GitHubEnterpriseSourceCredentials.Builder |
GitHubEnterpriseSourceCredentials.Builder.accessToken(SecretValue accessToken)
(experimental) The personal access token to use when contacting the instance of the GitHub Enterprise API.
|
GitHubSourceCredentials.Builder |
GitHubSourceCredentials.Builder.accessToken(SecretValue accessToken)
(experimental) The personal access token to use when contacting the GitHub API.
|
GitHubEnterpriseSourceCredentialsProps.Builder |
GitHubEnterpriseSourceCredentialsProps.Builder.accessToken(SecretValue accessToken)
Sets the value of
GitHubEnterpriseSourceCredentialsProps.getAccessToken() |
BitBucketSourceCredentialsProps.Builder |
BitBucketSourceCredentialsProps.Builder.password(SecretValue password)
Sets the value of
BitBucketSourceCredentialsProps.getPassword() |
BitBucketSourceCredentials.Builder |
BitBucketSourceCredentials.Builder.password(SecretValue password)
(experimental) Your BitBucket application password.
|
BitBucketSourceCredentialsProps.Builder |
BitBucketSourceCredentialsProps.Builder.username(SecretValue username)
Sets the value of
BitBucketSourceCredentialsProps.getUsername() |
BitBucketSourceCredentials.Builder |
BitBucketSourceCredentials.Builder.username(SecretValue username)
(experimental) Your BitBucket username.
|
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
AlexaSkillDeployActionProps.getClientSecret()
(experimental) The client secret of the developer console token.
|
SecretValue |
AlexaSkillDeployActionProps.Jsii$Proxy.getClientSecret() |
SecretValue |
GitHubSourceActionProps.getOauthToken()
(experimental) A GitHub OAuth token to use for authentication.
|
SecretValue |
GitHubSourceActionProps.Jsii$Proxy.getOauthToken() |
SecretValue |
AlexaSkillDeployActionProps.getRefreshToken()
(experimental) The refresh token of the developer console token.
|
SecretValue |
AlexaSkillDeployActionProps.Jsii$Proxy.getRefreshToken() |
| Modifier and Type | Method and Description |
|---|---|
AlexaSkillDeployActionProps.Builder |
AlexaSkillDeployActionProps.Builder.clientSecret(SecretValue clientSecret)
Sets the value of
AlexaSkillDeployActionProps.getClientSecret() |
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.clientSecret(SecretValue clientSecret)
(experimental) The client secret of the developer console token.
|
GitHubSourceAction.Builder |
GitHubSourceAction.Builder.oauthToken(SecretValue oauthToken)
(experimental) A GitHub OAuth token to use for authentication.
|
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.oauthToken(SecretValue oauthToken)
Sets the value of
GitHubSourceActionProps.getOauthToken() |
AlexaSkillDeployActionProps.Builder |
AlexaSkillDeployActionProps.Builder.refreshToken(SecretValue refreshToken)
Sets the value of
AlexaSkillDeployActionProps.getRefreshToken() |
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.refreshToken(SecretValue refreshToken)
(experimental) The refresh token of the developer console token.
|
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
GitHubRepositoryProps.getAccessToken()
(experimental) The GitHub user's personal access token for the GitHub repository.
|
SecretValue |
GitHubRepositoryProps.Jsii$Proxy.getAccessToken() |
| Modifier and Type | Method and Description |
|---|---|
GitHubRepository.Builder |
GitHubRepository.Builder.accessToken(SecretValue accessToken)
(experimental) The GitHub user's personal access token for the GitHub repository.
|
GitHubRepositoryProps.Builder |
GitHubRepositoryProps.Builder.accessToken(SecretValue accessToken)
Sets the value of
GitHubRepositoryProps.getAccessToken() |
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
Login.getPassword()
(experimental) Password.
|
SecretValue |
Login.Jsii$Proxy.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
Login.Builder |
Login.Builder.password(SecretValue password)
Sets the value of
Login.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
VpnTunnelOption.getPreSharedKeySecret()
(experimental) The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.
|
SecretValue |
VpnTunnelOption.Jsii$Proxy.getPreSharedKeySecret() |
| Modifier and Type | Method and Description |
|---|---|
VpnTunnelOption.Builder |
VpnTunnelOption.Builder.preSharedKeySecret(SecretValue preSharedKeySecret)
Sets the value of
VpnTunnelOption.getPreSharedKeySecret() |
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
SplunkLogDriverProps.getToken()
Deprecated.
Use
SplunkLogDriverProps.secretToken instead. |
SecretValue |
SplunkLogDriverProps.Jsii$Proxy.getToken() |
| Modifier and Type | Method and Description |
|---|---|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.token(SecretValue token)
Deprecated.
Use
SplunkLogDriverProps.secretToken instead. |
SplunkLogDriverProps.Builder |
SplunkLogDriverProps.Builder.token(SecretValue token)
Deprecated.
Use
SplunkLogDriverProps.secretToken instead. |
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
AuthenticateOidcOptions.getClientSecret()
(experimental) The OAuth 2.0 client secret.
|
SecretValue |
AuthenticateOidcOptions.Jsii$Proxy.getClientSecret() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateOidcOptions.Builder |
AuthenticateOidcOptions.Builder.clientSecret(SecretValue clientSecret)
Sets the value of
AuthenticateOidcOptions.getClientSecret() |
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
Domain.getMasterUserPassword()
Deprecated.
use opensearchservice module instead
|
default SecretValue |
AdvancedSecurityOptions.getMasterUserPassword()
Deprecated.
use opensearchservice module instead
|
SecretValue |
AdvancedSecurityOptions.Jsii$Proxy.getMasterUserPassword()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AdvancedSecurityOptions.Builder |
AdvancedSecurityOptions.Builder.masterUserPassword(SecretValue masterUserPassword)
Deprecated.
use opensearchservice module instead
|
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
OAuthAuthorizationProps.getClientSecret()
(experimental) The client secret associated with the client ID to use for OAuth authorization for the connection.
|
SecretValue |
OAuthAuthorizationProps.Jsii$Proxy.getClientSecret() |
| Modifier and Type | Method and Description |
|---|---|
static Authorization |
Authorization.apiKey(String apiKeyName,
SecretValue apiKeyValue)
(experimental) Use API key authorization.
|
static Authorization |
Authorization.basic(String username,
SecretValue password)
(experimental) Use username and password authorization.
|
OAuthAuthorizationProps.Builder |
OAuthAuthorizationProps.Builder.clientSecret(SecretValue clientSecret)
Sets the value of
OAuthAuthorizationProps.getClientSecret() |
static HttpParameter |
HttpParameter.fromSecret(SecretValue value)
(experimental) Make an OAuthParameter from a secret.
|
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
UserProps.getPassword()
(experimental) The password for the user.
|
SecretValue |
UserProps.Jsii$Proxy.getPassword() |
SecretValue |
IAccessKey.getSecretAccessKey()
(experimental) The Secret Access Key.
|
SecretValue |
IAccessKey.Jsii$Proxy.getSecretAccessKey()
(experimental) The Secret Access Key.
|
default SecretValue |
IAccessKey.Jsii$Default.getSecretAccessKey()
(experimental) The Secret Access Key.
|
SecretValue |
AccessKey.getSecretAccessKey()
(experimental) The Secret Access Key.
|
| Modifier and Type | Method and Description |
|---|---|
UserProps.Builder |
UserProps.Builder.password(SecretValue password)
Sets the value of
UserProps.getPassword() |
User.Builder |
User.Builder.password(SecretValue password)
(experimental) The password for the user.
|
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
Domain.getMasterUserPassword()
(experimental) Master user password if fine grained access control is configured.
|
default SecretValue |
AdvancedSecurityOptions.getMasterUserPassword()
(experimental) Password for the master user.
|
SecretValue |
AdvancedSecurityOptions.Jsii$Proxy.getMasterUserPassword() |
| Modifier and Type | Method and Description |
|---|---|
AdvancedSecurityOptions.Builder |
AdvancedSecurityOptions.Builder.masterUserPassword(SecretValue masterUserPassword)
Sets the value of
AdvancedSecurityOptions.getMasterUserPassword() |
| Modifier and Type | Method and Description |
|---|---|
abstract SecretValue |
Credentials.getPassword()
(experimental) Password.
|
default SecretValue |
CredentialsFromUsernameOptions.getPassword()
(experimental) Password.
|
SecretValue |
CredentialsFromUsernameOptions.Jsii$Proxy.getPassword() |
abstract SecretValue |
SnapshotCredentials.getPassword()
(experimental) The master user password.
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotCredentials |
SnapshotCredentials.fromPassword(SecretValue password)
(experimental) Update the snapshot login with an existing password.
|
static Credentials |
Credentials.fromPassword(String username,
SecretValue password)
(experimental) Creates Credentials from a password.
|
CredentialsFromUsernameOptions.Builder |
CredentialsFromUsernameOptions.Builder.password(SecretValue password)
Sets the value of
CredentialsFromUsernameOptions.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
Login.getMasterPassword()
(experimental) Password.
|
SecretValue |
Login.Jsii$Proxy.getMasterPassword() |
SecretValue |
IUser.getPassword()
(experimental) The password of the user.
|
SecretValue |
IUser.Jsii$Proxy.getPassword()
(experimental) The password of the user.
|
default SecretValue |
IUser.Jsii$Default.getPassword()
(experimental) The password of the user.
|
SecretValue |
UserAttributes.getPassword()
(experimental) The password of the user.
|
SecretValue |
UserAttributes.Jsii$Proxy.getPassword() |
SecretValue |
User.getPassword()
(experimental) The password of the user.
|
| Modifier and Type | Method and Description |
|---|---|
Login.Builder |
Login.Builder.masterPassword(SecretValue masterPassword)
Sets the value of
Login.getMasterPassword() |
UserAttributes.Builder |
UserAttributes.Builder.password(SecretValue password)
Sets the value of
UserAttributes.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
SecretProps.getSecretStringValue()
(experimental) Initial value for the secret.
|
SecretValue |
SecretProps.Jsii$Proxy.getSecretStringValue() |
SecretValue |
ISecret.getSecretValue()
(experimental) Retrieve the value of the stored secret as a `SecretValue`.
|
SecretValue |
ISecret.Jsii$Proxy.getSecretValue()
(experimental) Retrieve the value of the stored secret as a `SecretValue`.
|
default SecretValue |
ISecret.Jsii$Default.getSecretValue()
(experimental) Retrieve the value of the stored secret as a `SecretValue`.
|
SecretValue |
SecretTargetAttachment.getSecretValue()
(experimental) Retrieve the value of the stored secret as a `SecretValue`.
|
SecretValue |
Secret.getSecretValue()
(experimental) Retrieve the value of the stored secret as a `SecretValue`.
|
SecretValue |
ISecretTargetAttachment.Jsii$Proxy.getSecretValue()
(experimental) Retrieve the value of the stored secret as a `SecretValue`.
|
default SecretValue |
ISecretTargetAttachment.Jsii$Default.getSecretValue()
(experimental) Retrieve the value of the stored secret as a `SecretValue`.
|
SecretValue |
ISecret.secretValueFromJson(String key)
(experimental) Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
SecretValue |
ISecret.Jsii$Proxy.secretValueFromJson(String key)
(experimental) Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
default SecretValue |
ISecret.Jsii$Default.secretValueFromJson(String key)
(experimental) Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
SecretValue |
SecretTargetAttachment.secretValueFromJson(String jsonField)
(experimental) Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
SecretValue |
Secret.secretValueFromJson(String jsonField)
(experimental) Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
SecretValue |
ISecretTargetAttachment.Jsii$Proxy.secretValueFromJson(String key)
(experimental) Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
default SecretValue |
ISecretTargetAttachment.Jsii$Default.secretValueFromJson(String key)
(experimental) Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
| Modifier and Type | Method and Description |
|---|---|
SecretProps.Builder |
SecretProps.Builder.secretStringValue(SecretValue secretStringValue)
Sets the value of
SecretProps.getSecretStringValue() |
Secret.Builder |
Secret.Builder.secretStringValue(SecretValue secretStringValue)
(experimental) Initial value for the secret.
|
Copyright © 2022. All rights reserved.