| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS 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.iam |
AWS Identity and Access Management Construct Library
|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| 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 |
|---|---|
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 |
|---|---|
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() |
GitHubSourceCredentials.Builder |
GitHubSourceCredentials.Builder.accessToken(SecretValue accessToken)
(experimental) The personal access token to use when contacting the GitHub API.
|
GitHubEnterpriseSourceCredentials.Builder |
GitHubEnterpriseSourceCredentials.Builder.accessToken(SecretValue accessToken)
(experimental) The personal access token to use when contacting the instance of the GitHub Enterprise API.
|
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() |
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.oauthToken(SecretValue oauthToken)
Sets the value of
GitHubSourceActionProps.getOauthToken() |
GitHubSourceAction.Builder |
GitHubSourceAction.Builder.oauthToken(SecretValue oauthToken)
(experimental) A GitHub OAuth token to use for authentication.
|
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 |
|---|---|
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 |
|---|---|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.token(SecretValue token)
(experimental) Splunk HTTP Event Collector token.
|
SplunkLogDriverProps.Builder |
SplunkLogDriverProps.Builder.token(SecretValue token)
Sets the value of
SplunkLogDriverProps.getToken() |
| 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 |
|---|---|
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.
|
| 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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SecretValue |
SecretTargetAttachment.getSecretValue()
(experimental) Retrieve the value of the stored secret as a `SecretValue`.
|
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 |
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 |
SecretTargetAttachment.secretValueFromJson(String jsonField)
(experimental) Interpret the secret as a JSON object and return a field's value from it 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 |
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.