AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateLayer operation. Creates a layer. For more information, see How to Create a Layer.

You should use CreateLayer for noncustom layer types such as PHP App Server only if the stack does not have an existing layer of that type. A stack can have at most one instance of each noncustom layer; if you attempt to create a second instance, CreateLayer fails. A stack can have an arbitrary number of custom layers, so you can call CreateLayer as many times as you like for that layer type.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.OpsWorks.AmazonOpsWorksRequest
      Amazon.OpsWorks.Model.CreateLayerRequest

Namespace: Amazon.OpsWorks.Model
Assembly: AWSSDK.OpsWorks.dll
Version: 3.x.y.z

Syntax

C#
public class CreateLayerRequest : AmazonOpsWorksRequest
         IAmazonWebServiceRequest

The CreateLayerRequest type exposes the following members

Constructors

NameDescription
Public Method CreateLayerRequest()

Properties

NameTypeDescription
Public Property Attributes System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Attributes.

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

To create a cluster layer, set the EcsClusterArn attribute to the cluster's ARN.

Public Property AutoAssignElasticIps System.Boolean

Gets and sets the property AutoAssignElasticIps.

Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.

Public Property AutoAssignPublicIps System.Boolean

Gets and sets the property AutoAssignPublicIps.

For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.

Public Property CloudWatchLogsConfiguration Amazon.OpsWorks.Model.CloudWatchLogsConfiguration

Gets and sets the property CloudWatchLogsConfiguration.

Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.

Public Property CustomInstanceProfileArn System.String

Gets and sets the property CustomInstanceProfileArn.

The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.

Public Property CustomJson System.String

Gets and sets the property CustomJson.

A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the AWS CLI.

Public Property CustomRecipes Amazon.OpsWorks.Model.Recipes

Gets and sets the property CustomRecipes.

A LayerCustomRecipes object that specifies the layer custom recipes.

Public Property CustomSecurityGroupIds System.Collections.Generic.List<System.String>

Gets and sets the property CustomSecurityGroupIds.

An array containing the layer custom security group IDs.

Public Property EnableAutoHealing System.Boolean

Gets and sets the property EnableAutoHealing.

Whether to disable auto healing for the layer.

Public Property InstallUpdatesOnBoot System.Boolean

Gets and sets the property InstallUpdatesOnBoot.

Whether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.

To ensure that your instances have the latest security updates, we strongly recommend using the default value of true.

Public Property LifecycleEventConfiguration Amazon.OpsWorks.Model.LifecycleEventConfiguration

Gets and sets the property LifecycleEventConfiguration.

A LifeCycleEventConfiguration object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.

Public Property Name System.String

Gets and sets the property Name.

The layer name, which is used by the console.

Public Property Packages System.Collections.Generic.List<System.String>

Gets and sets the property Packages.

An array of Package objects that describes the layer packages.

Public Property Shortname System.String

Gets and sets the property Shortname.

For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.

The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference.

Public Property StackId System.String

Gets and sets the property StackId.

The layer stack ID.

Public Property Type Amazon.OpsWorks.LayerType

Gets and sets the property Type.

The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers. Built-in layers are not available in Chef 12 stacks.

Public Property UseEbsOptimizedInstances System.Boolean

Gets and sets the property UseEbsOptimizedInstances.

Whether to use Amazon EBS-optimized instances.

Public Property VolumeConfigurations System.Collections.Generic.List<Amazon.OpsWorks.Model.VolumeConfiguration>

Gets and sets the property VolumeConfigurations.

A VolumeConfigurations object that describes the layer's Amazon EBS volumes.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5