< Back

Add-CfnOpsWorks_AppResource

Sat Jan 11, 2020 7:13 am

NAME Add-CfnOpsWorks_AppResource



SYNOPSIS

Defines an AWS OpsWorks app for an AWS OpsWorks stack. The app represents code that you want to run on an

application server.





SYNTAX

Add-CfnOpsWorks_AppResource [-ResourceName] <String> [-AppSource <IDictionary>] [-Attributes <Object>]

[-Description <String>] [-Domains <String[]>] [-EnableSsl <Boolean>] [-Environment <IDictionary>] [-Name <String>]

[-Shortname <String>] [-SslConfiguration <IDictionary>] [-StackId <String>] [-Type <String>] [-DeletionPolicy

<String>] [-Metadata <Hashtable>] [-DependsOn <Array>] [[-PropertiesBlock] <ScriptBlock>] [-Condition <Object>]

[<CommonParameters>]





DESCRIPTION





PARAMETERS

-ResourceName <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-AppSource <IDictionary>

Contains the information required to retrieve an app from a repository.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Attributes <Object>

One or more user-defined key-value pairs to be added to the stack attributes bag.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Description <String>

A description of the app.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Domains <String[]>

The app virtual host settings, with multiple domains separated by commas. For example, 'www.example.com,

example.com'.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-EnableSsl <Boolean>

Whether to enable SSL for this app.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Environment <IDictionary>

Contains the information required to retrieve an app from a repository.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

The AWS OpsWorks app name.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Shortname <String>

The app short name, which is used internally by AWS OpsWorks and by Chef recipes.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SslConfiguration <IDictionary>

The SSL configuration



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-StackId <String>

The AWS OpsWorks stack ID that this app will be associated with.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Type <String>

The app type. Each supported type is associated with a particular layer.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DeletionPolicy <String>

With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is

deleted. You specify a DeletionPolicy attribute for each resource that you want to control. If a resource has

no DeletionPolicy attribute, AWS CloudFormation deletes the resource by default.



To keep a resource when its stack is deleted, specify Retain for that resource. You can use retain for any

resource. For example, you can retain a nested stack, S3 bucket, or EC2 instance so that you can continue to

use or modify those resources after you delete their stacks.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Metadata <Hashtable>

The Metadata attribute enables you to associate structured data with a resource. By adding a Metadata

attribute to a resource, you can add data in JSON format to the resource declaration. In addition, you can use

intrinsic functions (such as GetAtt and Ref), parameters, and pseudo parameters within the Metadata attribute

to add those interpreted values.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DependsOn <Array>

With the DependsOn attribute you can specify that the creation of a specific resource follows another. When

you add a DependsOn attribute to a resource, that resource is created only after the creation of the resource

specified in the DependsOn attribute. You can use the DependsOn attribute with any resource.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PropertiesBlock <ScriptBlock>

Allows you to declare a block of one or more Property statements.



A Properties block allows you to side-step the rigid, type-enforced literal properties of a typed resource,

and specify Property assignments that may include CloudFormation function calls or references, or computed

values.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Condition <Object>



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS

http://docs.aws.amazon.com/AWSCloudForm ... olicy.html

http://docs.aws.amazon.com/AWSCloudForm ... adata.html

http://docs.aws.amazon.com/AWSCloudForm ... ndson.html

http://docs.aws.amazon.com/AWSCloudForm ... e-ref.html

http://docs.aws.amazon.com/search/doc-s ... Works::App