![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.m2.kotlin.ApplicationArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.m2.kotlin
import com.pulumi.awsnative.m2.ApplicationArgs.builder
import com.pulumi.awsnative.m2.kotlin.enums.ApplicationEngineType
import com.pulumi.awsnative.m2.kotlin.inputs.ApplicationDefinition0PropertiesArgs
import com.pulumi.awsnative.m2.kotlin.inputs.ApplicationDefinition1PropertiesArgs
import com.pulumi.core.Either
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Represents an application that runs on an AWS Mainframe Modernization Environment
* @property definition The application definition for a particular application. You can specify either inline JSON or an Amazon S3 bucket location.
* For information about application definitions, see the [AWS Mainframe Modernization User Guide](https://docs.aws.amazon.com/m2/latest/userguide/applications-m2-definition.html) .
* @property description The description of the application.
* @property engineType The type of the target platform for this application.
* @property kmsKeyId The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources.
* @property name The name of the application.
* @property roleArn The Amazon Resource Name (ARN) of the role associated with the application.
* @property tags An array of key-value pairs to apply to this resource.
* For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
*/
public data class ApplicationArgs(
public val definition: Output>? =
null,
public val description: Output? = null,
public val engineType: Output? = null,
public val kmsKeyId: Output? = null,
public val name: Output? = null,
public val roleArn: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy