You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::OpsWorksCM::Types::ServerAssociate a public IP address with a server that you are launching.
The number of automated backups to keep.
The ARN of the CloudFormation stack that was used to create the server.
Time stamp of server creation.
An optional public endpoint of a server, such as https://aws.my-company.com
.
Disables automated backups.
A DNS name that can be used to access the engine.
The engine type of the server.
The response of a createServer() request returns the master credential to access the server in EngineAttributes.
The engine model of the server.
The engine version of the server.
The instance profile ARN of the server.
The instance type for the server, as specified in the CloudFormation stack.
The key pair associated with the server.
The status of the most recent server maintenance run.
The preferred backup period specified for the server.
The preferred maintenance period specified for the server.
The security group IDs for the server, as specified in the CloudFormation stack.
The ARN of the server.
The name of the server.
The service role ARN used to create the server.
The server\'s status.
Depending on the server status, this field has either a human-readable message (such as a create or backup error), or an escaped block of JSON (used for health check results).
The subnet IDs specified in a CreateServer request.
Associate a public IP address with a server that you are launching.
#backup_retention_count ⇒ IntegerThe number of automated backups to keep.
#cloud_formation_stack_arn ⇒ StringThe ARN of the CloudFormation stack that was used to create the server.
#created_at ⇒ TimeTime stamp of server creation. Example 2016-07-29T13:38:47.520Z
An optional public endpoint of a server, such as https://aws.my-company.com
. You cannot access the server by using the Endpoint
value if the server has a CustomDomain
specified.
Disables automated backups. The number of stored backups is dependent on the value of PreferredBackupCount.
#endpoint ⇒ StringA DNS name that can be used to access the engine. Example: myserver-asdfghjkl.us-east-1.opsworks.io
. You cannot access the server by using the Endpoint
value if the server has a CustomDomain
specified.
The engine type of the server. Valid values in this release include ChefAutomate
and Puppet
.
The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by AWS OpsWorks CM; they are returned only as part of the result of createServer().
Attributes returned in a createServer response for Chef .title
CHEF_AUTOMATE_PIVOTAL_KEY
: A base64-encoded RSA private key that is generated by AWS OpsWorks for Chef Automate. This private key is required to access the Chef API.
CHEF_STARTER_KIT
: A base64-encoded ZIP file. The ZIP file contains a Chef starter kit, which includes a README, a configuration file, and the required RSA private key. Save this file, unzip it, and then change to the directory where you\'ve unzipped the file contents. From this directory, you can run Knife commands.
Attributes returned in a createServer response for Puppet .title
PUPPET_STARTER_KIT
: A base64-encoded ZIP file. The ZIP file contains a Puppet starter kit, including a README and a required private key. Save this file, unzip it, and then change to the directory where you\'ve unzipped the file contents.
PUPPET_ADMIN_PASSWORD
: An administrator password that you can use to sign in to the Puppet Enterprise console after the server is online.
The engine model of the server. Valid values in this release include Monolithic
for Puppet and Single
for Chef.
The engine version of the server. For a Chef server, the valid value for EngineVersion is currently 2
. For a Puppet server, the valid value is 2017
.
The instance profile ARN of the server.
#instance_type ⇒ StringThe instance type for the server, as specified in the CloudFormation stack. This might not be the same instance type that is shown in the EC2 console.
#key_pair ⇒ StringThe key pair associated with the server.
#maintenance_status ⇒ StringThe status of the most recent server maintenance run. Shows SUCCESS
or FAILED
.
Possible values:
The preferred backup period specified for the server.
#preferred_maintenance_window ⇒ StringThe preferred maintenance period specified for the server.
#security_group_ids ⇒ Array<String>The security group IDs for the server, as specified in the CloudFormation stack. These might not be the same security groups that are shown in the EC2 console.
#service_role_arn ⇒ StringThe service role ARN used to create the server.
#status ⇒ StringThe server\'s status. This field displays the states of actions in progress, such as creating, running, or backing up the server, as well as the server\'s health state.
Possible values:
Depending on the server status, this field has either a human-readable message (such as a create or backup error), or an escaped block of JSON (used for health check results).
#subnet_ids ⇒ Array<String>The subnet IDs specified in a CreateServer request.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4