1. Packages
  2. AWS Native
  3. API Docs
  4. m2
  5. Application

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.m2.Application

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Represents an application that runs on an AWS Mainframe Modernization Environment

    Create Application Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Application(name: string, args: ApplicationArgs, opts?: CustomResourceOptions);
    @overload
    def Application(resource_name: str,
                    args: ApplicationArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def Application(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    definition: Optional[Union[ApplicationDefinition0PropertiesArgs, ApplicationDefinition1PropertiesArgs]] = None,
                    engine_type: Optional[ApplicationEngineType] = None,
                    description: Optional[str] = None,
                    kms_key_id: Optional[str] = None,
                    name: Optional[str] = None,
                    role_arn: Optional[str] = None,
                    tags: Optional[Mapping[str, str]] = None)
    func NewApplication(ctx *Context, name string, args ApplicationArgs, opts ...ResourceOption) (*Application, error)
    public Application(string name, ApplicationArgs args, CustomResourceOptions? opts = null)
    public Application(String name, ApplicationArgs args)
    public Application(String name, ApplicationArgs args, CustomResourceOptions options)
    
    type: aws-native:m2:Application
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const exampleapplicationResourceResourceFromM2 = new aws_native.m2.Application("exampleapplicationResourceResourceFromM2", {
        definition: {
            s3Location: "string",
        },
        engineType: aws_native.m2.ApplicationEngineType.Microfocus,
        description: "string",
        kmsKeyId: "string",
        name: "string",
        roleArn: "string",
        tags: {
            string: "string",
        },
    });
    
    Coming soon!
    

    Application Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Application resource accepts the following input properties:

    Definition Pulumi.AwsNative.M2.Inputs.ApplicationDefinition0Properties | Pulumi.AwsNative.M2.Inputs.ApplicationDefinition1Properties
    EngineType Pulumi.AwsNative.M2.ApplicationEngineType
    Description string
    KmsKeyId string
    The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources.
    Name string
    RoleArn string
    Tags Dictionary<string, string>
    Definition ApplicationDefinition0PropertiesArgs | ApplicationDefinition1PropertiesArgs
    EngineType ApplicationEngineType
    Description string
    KmsKeyId string
    The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources.
    Name string
    RoleArn string
    Tags map[string]string
    definition ApplicationDefinition0Properties | ApplicationDefinition1Properties
    engineType ApplicationEngineType
    description String
    kmsKeyId String
    The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources.
    name String
    roleArn String
    tags Map<String,String>
    definition ApplicationDefinition0Properties | ApplicationDefinition1Properties
    engineType ApplicationEngineType
    description string
    kmsKeyId string
    The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources.
    name string
    roleArn string
    tags {[key: string]: string}
    definition ApplicationDefinition0PropertiesArgs | ApplicationDefinition1PropertiesArgs
    engine_type ApplicationEngineType
    description str
    kms_key_id str
    The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources.
    name str
    role_arn str
    tags Mapping[str, str]
    definition Property Map | Property Map
    engineType "microfocus" | "bluage"
    description String
    kmsKeyId String
    The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources.
    name String
    roleArn String
    tags Map<String>

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Application resource produces the following output properties:

    ApplicationArn string
    ApplicationId string
    Id string
    The provider-assigned unique ID for this managed resource.
    ApplicationArn string
    ApplicationId string
    Id string
    The provider-assigned unique ID for this managed resource.
    applicationArn String
    applicationId String
    id String
    The provider-assigned unique ID for this managed resource.
    applicationArn string
    applicationId string
    id string
    The provider-assigned unique ID for this managed resource.
    application_arn str
    application_id str
    id str
    The provider-assigned unique ID for this managed resource.
    applicationArn String
    applicationId String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    ApplicationDefinition0Properties, ApplicationDefinition0PropertiesArgs

    S3Location string
    S3Location string
    s3Location String
    s3Location string
    s3Location String

    ApplicationDefinition1Properties, ApplicationDefinition1PropertiesArgs

    Content string
    Content string
    content String
    content string
    content String

    ApplicationEngineType, ApplicationEngineTypeArgs

    Microfocus
    microfocus
    Bluage
    bluage
    ApplicationEngineTypeMicrofocus
    microfocus
    ApplicationEngineTypeBluage
    bluage
    Microfocus
    microfocus
    Bluage
    bluage
    Microfocus
    microfocus
    Bluage
    bluage
    MICROFOCUS
    microfocus
    BLUAGE
    bluage
    "microfocus"
    microfocus
    "bluage"
    bluage

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi