| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB Construct Library
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| software.amazon.awscdk.services.elasticsearch |
Amazon Elasticsearch Service Construct Library
|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| software.amazon.awscdk.services.opensearchservice |
Amazon OpenSearch Service Construct Library
|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
SecretValue.Builder.build() |
static SecretValue |
SecretValue.cfnDynamicReference(CfnDynamicReference ref)
Obtain the secret value through a CloudFormation dynamic reference.
|
static SecretValue |
SecretValue.cfnParameter(CfnParameter param)
Obtain the secret value through a CloudFormation parameter.
|
static SecretValue |
SecretValue.plainText(String secret)
Deprecated.
Use `unsafePlainText()` instead.
|
static SecretValue |
SecretValue.resourceAttribute(String attr)
Use a resource's output as secret value.
|
static SecretValue |
SecretValue.secretsManager(String secretId)
Creates a `SecretValue` with a value which is dynamically loaded from AWS Secrets Manager.
|
static SecretValue |
SecretValue.secretsManager(String secretId,
SecretsManagerSecretOptions options)
Creates a `SecretValue` with a value which is dynamically loaded from AWS Secrets Manager.
|
static SecretValue |
SecretValue.ssmSecure(String parameterName)
Use a secret value stored from a Systems Manager (SSM) parameter.
|
static SecretValue |
SecretValue.ssmSecure(String parameterName,
String version)
Use a secret value stored from a Systems Manager (SSM) parameter.
|
static SecretValue |
SecretValue.unsafePlainText(String secret)
Construct a literal secret value for use with secret-aware constructs.
|
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
GitHubSourceOptions.getAuthentication()
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 |
|---|---|
SecretValue |
GitHubEnterpriseSourceCredentialsProps.getAccessToken()
The personal access token to use when contacting the instance of the GitHub Enterprise API.
|
SecretValue |
GitHubEnterpriseSourceCredentialsProps.Jsii$Proxy.getAccessToken() |
SecretValue |
GitHubSourceCredentialsProps.getAccessToken()
The personal access token to use when contacting the GitHub API.
|
SecretValue |
GitHubSourceCredentialsProps.Jsii$Proxy.getAccessToken() |
SecretValue |
BitBucketSourceCredentialsProps.getPassword()
Your BitBucket application password.
|
SecretValue |
BitBucketSourceCredentialsProps.Jsii$Proxy.getPassword() |
SecretValue |
BitBucketSourceCredentialsProps.getUsername()
Your BitBucket username.
|
SecretValue |
BitBucketSourceCredentialsProps.Jsii$Proxy.getUsername() |
| Modifier and Type | Method and Description |
|---|---|
GitHubEnterpriseSourceCredentials.Builder |
GitHubEnterpriseSourceCredentials.Builder.accessToken(SecretValue accessToken)
The personal access token to use when contacting the instance of the GitHub Enterprise API.
|
GitHubSourceCredentials.Builder |
GitHubSourceCredentials.Builder.accessToken(SecretValue accessToken)
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)
Your BitBucket application password.
|
BitBucketSourceCredentialsProps.Builder |
BitBucketSourceCredentialsProps.Builder.password(SecretValue password)
Sets the value of
BitBucketSourceCredentialsProps.getPassword() |
BitBucketSourceCredentials.Builder |
BitBucketSourceCredentials.Builder.username(SecretValue username)
Your BitBucket username.
|
BitBucketSourceCredentialsProps.Builder |
BitBucketSourceCredentialsProps.Builder.username(SecretValue username)
Sets the value of
BitBucketSourceCredentialsProps.getUsername() |
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
AlexaSkillDeployActionProps.getClientSecret()
The client secret of the developer console token.
|
SecretValue |
AlexaSkillDeployActionProps.Jsii$Proxy.getClientSecret() |
SecretValue |
GitHubSourceActionProps.getOauthToken()
A GitHub OAuth token to use for authentication.
|
SecretValue |
GitHubSourceActionProps.Jsii$Proxy.getOauthToken() |
SecretValue |
AlexaSkillDeployActionProps.getRefreshToken()
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)
The client secret of the developer console token.
|
AlexaSkillDeployActionProps.Builder |
AlexaSkillDeployActionProps.Builder.clientSecret(SecretValue clientSecret)
Sets the value of
AlexaSkillDeployActionProps.getClientSecret() |
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.oauthToken(SecretValue oauthToken)
Sets the value of
GitHubSourceActionProps.getOauthToken() |
GitHubSourceAction.Builder |
GitHubSourceAction.Builder.oauthToken(SecretValue oauthToken)
A GitHub OAuth token to use for authentication.
|
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.refreshToken(SecretValue refreshToken)
The refresh token of the developer console token.
|
AlexaSkillDeployActionProps.Builder |
AlexaSkillDeployActionProps.Builder.refreshToken(SecretValue refreshToken)
Sets the value of
AlexaSkillDeployActionProps.getRefreshToken() |
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
IUserPoolClient.getUserPoolClientSecret()
The generated client secret.
|
SecretValue |
IUserPoolClient.Jsii$Proxy.getUserPoolClientSecret()
The generated client secret.
|
default SecretValue |
IUserPoolClient.Jsii$Default.getUserPoolClientSecret()
The generated client secret.
|
SecretValue |
UserPoolClient.getUserPoolClientSecret()
The generated client secret.
|
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
Login.getPassword()
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()
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 |
|---|---|
SecretValue |
AuthenticateOidcOptions.getClientSecret()
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 |
|---|---|
default SecretValue |
AdvancedSecurityOptions.getMasterUserPassword()
Deprecated.
use opensearchservice module instead
|
SecretValue |
AdvancedSecurityOptions.Jsii$Proxy.getMasterUserPassword()
Deprecated.
|
SecretValue |
Domain.getMasterUserPassword()
Deprecated.
use opensearchservice module instead
|
| 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()
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)
Use API key authorization.
|
static Authorization |
Authorization.basic(String username,
SecretValue password)
Use username and password authorization.
|
OAuthAuthorizationProps.Builder |
OAuthAuthorizationProps.Builder.clientSecret(SecretValue clientSecret)
Sets the value of
OAuthAuthorizationProps.getClientSecret() |
static HttpParameter |
HttpParameter.fromSecret(SecretValue value)
Make an OAuthParameter from a secret.
|
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
UserProps.getPassword()
The password for the user.
|
SecretValue |
UserProps.Jsii$Proxy.getPassword() |
SecretValue |
AccessKey.getSecretAccessKey()
The Secret Access Key.
|
SecretValue |
IAccessKey.getSecretAccessKey()
The Secret Access Key.
|
SecretValue |
IAccessKey.Jsii$Proxy.getSecretAccessKey()
The Secret Access Key.
|
default SecretValue |
IAccessKey.Jsii$Default.getSecretAccessKey()
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)
The password for the user.
|
| Modifier and Type | Method and Description |
|---|---|
default SecretValue |
AdvancedSecurityOptions.getMasterUserPassword()
Password for the master user.
|
SecretValue |
AdvancedSecurityOptions.Jsii$Proxy.getMasterUserPassword() |
SecretValue |
Domain.getMasterUserPassword()
Master user password if fine grained access control is configured.
|
| 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 |
SnapshotCredentials.getPassword()
The master user password.
|
abstract SecretValue |
Credentials.getPassword()
Password.
|
default SecretValue |
CredentialsFromUsernameOptions.getPassword()
Password.
|
SecretValue |
CredentialsFromUsernameOptions.Jsii$Proxy.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotCredentials |
SnapshotCredentials.fromPassword(SecretValue password)
Update the snapshot login with an existing password.
|
static Credentials |
Credentials.fromPassword(String username,
SecretValue password)
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 |
SecretProps.getSecretStringValue()
Initial value for the secret.
|
SecretValue |
SecretProps.Jsii$Proxy.getSecretStringValue() |
SecretValue |
ISecretTargetAttachment.Jsii$Proxy.getSecretValue()
Retrieve the value of the stored secret as a `SecretValue`.
|
default SecretValue |
ISecretTargetAttachment.Jsii$Default.getSecretValue()
Retrieve the value of the stored secret as a `SecretValue`.
|
SecretValue |
Secret.getSecretValue()
Retrieve the value of the stored secret as a `SecretValue`.
|
SecretValue |
SecretTargetAttachment.getSecretValue()
Retrieve the value of the stored secret as a `SecretValue`.
|
SecretValue |
ISecret.getSecretValue()
Retrieve the value of the stored secret as a `SecretValue`.
|
SecretValue |
ISecret.Jsii$Proxy.getSecretValue()
Retrieve the value of the stored secret as a `SecretValue`.
|
default SecretValue |
ISecret.Jsii$Default.getSecretValue()
Retrieve the value of the stored secret as a `SecretValue`.
|
SecretValue |
ISecretTargetAttachment.Jsii$Proxy.secretValueFromJson(String key)
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)
Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
SecretValue |
Secret.secretValueFromJson(String jsonField)
Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
SecretValue |
SecretTargetAttachment.secretValueFromJson(String jsonField)
Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
SecretValue |
ISecret.secretValueFromJson(String key)
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)
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)
Interpret the secret as a JSON object and return a field's value from it as a `SecretValue`.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,SecretValue> |
SecretProps.getSecretObjectValue()
Initial value for a JSON secret.
|
Map<String,SecretValue> |
SecretProps.Jsii$Proxy.getSecretObjectValue() |
| Modifier and Type | Method and Description |
|---|---|
Secret.Builder |
Secret.Builder.secretStringValue(SecretValue secretStringValue)
Initial value for the secret.
|
SecretProps.Builder |
SecretProps.Builder.secretStringValue(SecretValue secretStringValue)
Sets the value of
SecretProps.getSecretStringValue() |
| Modifier and Type | Method and Description |
|---|---|
Secret.Builder |
Secret.Builder.secretObjectValue(Map<String,? extends SecretValue> secretObjectValue)
Initial value for a JSON secret.
|
SecretProps.Builder |
SecretProps.Builder.secretObjectValue(Map<String,? extends SecretValue> secretObjectValue)
Sets the value of
SecretProps.getSecretObjectValue() |
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
ByoDkimOptions.getPrivateKey()
The private key that's used to generate a DKIM signature.
|
SecretValue |
ByoDkimOptions.Jsii$Proxy.getPrivateKey() |
| Modifier and Type | Method and Description |
|---|---|
ByoDkimOptions.Builder |
ByoDkimOptions.Builder.privateKey(SecretValue privateKey)
Sets the value of
ByoDkimOptions.getPrivateKey() |
Copyright © 2022. All rights reserved.