Uses of Interface
io.github.cdklabs.cdkpipelines.github.AwsCredentialsSecrets
-
-
Uses of AwsCredentialsSecrets in io.github.cdklabs.cdkpipelines.github
Classes in io.github.cdklabs.cdkpipelines.github that implement AwsCredentialsSecrets Modifier and Type Class Description static classAwsCredentialsSecrets.Jsii$ProxyAn implementation forAwsCredentialsSecretsMethods in io.github.cdklabs.cdkpipelines.github that return AwsCredentialsSecrets Modifier and Type Method Description AwsCredentialsSecretsAwsCredentialsSecrets.Builder. build()Builds the configured instance.default AwsCredentialsSecretsGitHubWorkflowProps. getAwsCredentials()Names of GitHub repository secrets that include AWS credentials for deployment.AwsCredentialsSecretsGitHubWorkflowProps.Jsii$Proxy. getAwsCredentials()Methods in io.github.cdklabs.cdkpipelines.github with parameters of type AwsCredentialsSecrets Modifier and Type Method Description GitHubWorkflow.BuilderGitHubWorkflow.Builder. awsCredentials(AwsCredentialsSecrets awsCredentials)Names of GitHub repository secrets that include AWS credentials for deployment.GitHubWorkflowProps.BuilderGitHubWorkflowProps.Builder. awsCredentials(AwsCredentialsSecrets awsCredentials)Sets the value ofGitHubWorkflowProps.getAwsCredentials()
-