| 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)
(experimental) Construct a literal secret value for use with secret-aware constructs.
|
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,
String version)
(experimental) Use a secret value stored from a Systems Manager (SSM) parameter.
|
| 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() |
SecretValue |
GitLabSourceCodeProviderProps.getOauthToken()
(experimental) A personal access token with the `repo` scope.
|
SecretValue |
GitLabSourceCodeProviderProps.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() |
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.
|
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() |
GitLabSourceCodeProviderProps.Builder |
GitLabSourceCodeProviderProps.Builder.oauthToken(SecretValue oauthToken)
Sets the value of
GitLabSourceCodeProviderProps.getOauthToken() |
GitHubSourceCodeProvider.Builder |
GitHubSourceCodeProvider.Builder.oauthToken(SecretValue oauthToken)
(experimental) A personal access token with the `repo` scope.
|
SourceCodeProviderConfig.Builder |
SourceCodeProviderConfig.Builder.oauthToken(SecretValue oauthToken)
Sets the value of
SourceCodeProviderConfig.getOauthToken() |
BasicAuthProps.Builder |
BasicAuthProps.Builder.password(SecretValue password)
Sets the value of
BasicAuthProps.getPassword() |
BasicAuth.Builder |
BasicAuth.Builder.password(SecretValue password)
(experimental) The password.
|
| Constructor and Description |
|---|
Jsii$Proxy(SecretValue oauthToken,
String owner,
String repository)
Constructor that initializes the object based on literal property values passed by the
GitHubSourceCodeProviderProps.Builder. |
Jsii$Proxy(SecretValue oauthToken,
String owner,
String repository)
Constructor that initializes the object based on literal property values passed by the
GitLabSourceCodeProviderProps.Builder. |
Jsii$Proxy(String username,
IKey encryptionKey,
SecretValue password)
Constructor that initializes the object based on literal property values passed by the
BasicAuthProps.Builder. |
Jsii$Proxy(String repository,
SecretValue accessToken,
SecretValue oauthToken)
Constructor that initializes the object based on literal property values passed by the
SourceCodeProviderConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
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 |
GitHubSourceCredentialsProps.getAccessToken()
(experimental) The personal access token to use when contacting the GitHub API.
|
SecretValue |
GitHubSourceCredentialsProps.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 |
|---|---|
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() |
GitHubSourceCredentialsProps.Builder |
GitHubSourceCredentialsProps.Builder.accessToken(SecretValue accessToken)
Sets the value of
GitHubSourceCredentialsProps.getAccessToken() |
BitBucketSourceCredentials.Builder |
BitBucketSourceCredentials.Builder.password(SecretValue password)
(experimental) Your BitBucket application password.
|
BitBucketSourceCredentialsProps.Builder |
BitBucketSourceCredentialsProps.Builder.password(SecretValue password)
Sets the value of
BitBucketSourceCredentialsProps.getPassword() |
BitBucketSourceCredentials.Builder |
BitBucketSourceCredentials.Builder.username(SecretValue username)
(experimental) Your BitBucket username.
|
BitBucketSourceCredentialsProps.Builder |
BitBucketSourceCredentialsProps.Builder.username(SecretValue username)
Sets the value of
BitBucketSourceCredentialsProps.getUsername() |
| Constructor and Description |
|---|
Jsii$Proxy(SecretValue accessToken)
Constructor that initializes the object based on literal property values passed by the
GitHubEnterpriseSourceCredentialsProps.Builder. |
Jsii$Proxy(SecretValue accessToken)
Constructor that initializes the object based on literal property values passed by the
GitHubSourceCredentialsProps.Builder. |
Jsii$Proxy(SecretValue password,
SecretValue username)
Constructor that initializes the object based on literal property values passed by the
BitBucketSourceCredentialsProps.Builder. |
| 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 |
|---|---|
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.clientSecret(SecretValue clientSecret)
(experimental) The client secret of the developer console token.
|
AlexaSkillDeployActionProps.Builder |
AlexaSkillDeployActionProps.Builder.clientSecret(SecretValue clientSecret)
Sets the value of
AlexaSkillDeployActionProps.getClientSecret() |
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() |
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.refreshToken(SecretValue refreshToken)
(experimental) The refresh token of the developer console token.
|
AlexaSkillDeployActionProps.Builder |
AlexaSkillDeployActionProps.Builder.refreshToken(SecretValue refreshToken)
Sets the value of
AlexaSkillDeployActionProps.getRefreshToken() |
| Constructor and Description |
|---|
Jsii$Proxy(SecretValue oauthToken,
Artifact output,
String owner,
String repo,
String branch,
GitHubTrigger trigger,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
GitHubSourceActionProps.Builder. |
Jsii$Proxy(String clientId,
SecretValue clientSecret,
Artifact input,
SecretValue refreshToken,
String skillId,
Artifact parameterOverridesArtifact,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
AlexaSkillDeployActionProps.Builder. |
| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(SecretValue accessToken,
IBucket contentsBucket,
String contentsKey,
String owner,
String repositoryName,
String contentsS3Version,
String description,
Boolean enableIssues,
RepositoryVisibility visibility)
Constructor that initializes the object based on literal property values passed by the
GitHubRepositoryProps.Builder. |
| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(String username,
IKey kmsKey,
SecretValue password)
Constructor that initializes the object based on literal property values passed by the
Login.Builder. |
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
SplunkLogDriverProps.getToken()
(experimental) Splunk HTTP Event Collector token.
|
SecretValue |
SplunkLogDriverProps.Jsii$Proxy.getToken() |
| Modifier and Type | Method and Description |
|---|---|
SplunkLogDriverProps.Builder |
SplunkLogDriverProps.Builder.token(SecretValue token)
Sets the value of
SplunkLogDriverProps.getToken() |
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.token(SecretValue token)
(experimental) Splunk HTTP Event Collector token.
|
| Constructor and Description |
|---|
Jsii$Proxy(SecretValue token,
String url,
String caName,
String caPath,
SplunkLogFormat format,
Boolean gzip,
Number gzipLevel,
String index,
String insecureSkipVerify,
String source,
String sourceType,
Boolean verifyConnection,
List<String> env,
String envRegex,
List<String> labels,
String tag)
Constructor that initializes the object based on literal property values passed by the
SplunkLogDriverProps.Builder. |
| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(String authorizationEndpoint,
String clientId,
SecretValue clientSecret,
String issuer,
ListenerAction next,
String tokenEndpoint,
String userInfoEndpoint,
Map<String,String> authenticationRequestExtraParams,
UnauthenticatedAction onUnauthenticatedRequest,
String scope,
String sessionCookieName,
Duration sessionTimeout)
Constructor that initializes the object based on literal property values passed by the
AuthenticateOidcOptions.Builder. |
| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(String masterUserArn,
String masterUserName,
SecretValue masterUserPassword)
Constructor that initializes the object based on literal property values passed by the
AdvancedSecurityOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
UserProps.getPassword()
(experimental) The password for the user.
|
SecretValue |
UserProps.Jsii$Proxy.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.password(SecretValue password)
(experimental) The password for the user.
|
UserProps.Builder |
UserProps.Builder.password(SecretValue password)
Sets the value of
UserProps.getPassword() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IGroup> groups,
List<? extends IManagedPolicy> managedPolicies,
SecretValue password,
Boolean passwordResetRequired,
String path,
IManagedPolicy permissionsBoundary,
String userName)
Constructor that initializes the object based on literal property values passed by the
UserProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
abstract SecretValue |
SnapshotCredentials.getPassword()
(experimental) The master user password.
|
abstract SecretValue |
Credentials.getPassword()
(experimental) Password.
|
default SecretValue |
CredentialsFromUsernameOptions.getPassword()
Deprecated.
|
SecretValue |
CredentialsFromUsernameOptions.Jsii$Proxy.getPassword()
Deprecated.
|
| 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)
Deprecated.
|
| Constructor and Description |
|---|
Jsii$Proxy(SecretValue password,
IKey encryptionKey,
String excludeCharacters,
String secretName)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
CredentialsFromUsernameOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
Login.getMasterPassword()
(experimental) Password.
|
SecretValue |
Login.Jsii$Proxy.getMasterPassword() |
| Modifier and Type | Method and Description |
|---|---|
Login.Builder |
Login.Builder.masterPassword(SecretValue masterPassword)
Sets the value of
Login.getMasterPassword() |
| Constructor and Description |
|---|
Jsii$Proxy(String masterUsername,
IKey encryptionKey,
SecretValue masterPassword)
Constructor that initializes the object based on literal property values passed by the
Login.Builder. |
| Modifier and Type | Method and Description |
|---|---|
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 |
Secret.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 |
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 |
Secret.secretValueFromJson(String jsonField)
(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 |
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`.
|
Copyright © 2021. All rights reserved.