| Package | Description |
|---|---|
| software.amazon.awscdk.services.mwaa |
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnEnvironment.TagMapProperty.Jsii$Proxy
An implementation for
CfnEnvironment.TagMapProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironment.TagMapProperty |
CfnEnvironment.TagMapProperty.Builder.build()
Builds the configured instance.
|
default CfnEnvironment.TagMapProperty |
CfnEnvironmentProps.getTags()
`AWS::MWAA::Environment.Tags`.
|
CfnEnvironment.TagMapProperty |
CfnEnvironmentProps.Jsii$Proxy.getTags() |
CfnEnvironment.TagMapProperty |
CfnEnvironment.getTags()
`AWS::MWAA::Environment.Tags`.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnEnvironment.setTags(CfnEnvironment.TagMapProperty value)
`AWS::MWAA::Environment.Tags`.
|
CfnEnvironmentProps.Builder |
CfnEnvironmentProps.Builder.tags(CfnEnvironment.TagMapProperty tags)
Sets the value of
CfnEnvironmentProps.getTags() |
CfnEnvironment.Builder |
CfnEnvironment.Builder.tags(CfnEnvironment.TagMapProperty tags)
`AWS::MWAA::Environment.Tags`.
|
| Constructor and Description |
|---|
Jsii$Proxy(String name,
Object airflowConfigurationOptions,
String airflowVersion,
String dagS3Path,
String environmentClass,
String executionRoleArn,
String kmsKey,
Object loggingConfiguration,
Number maxWorkers,
Number minWorkers,
Object networkConfiguration,
String pluginsS3ObjectVersion,
String pluginsS3Path,
String requirementsS3ObjectVersion,
String requirementsS3Path,
String sourceBucketArn,
CfnEnvironment.TagMapProperty tags,
String webserverAccessMode,
String weeklyMaintenanceWindowStart)
Constructor that initializes the object based on literal property values passed by the
CfnEnvironmentProps.Builder. |
Copyright © 2021. All rights reserved.