Instance
Import
Yundun_bastionhost instance can be imported using the id, e.g.
$ pulumi import alicloud:bastionhost/instance:Instance example bastionhost-exampe123456
Properties
The AD auth server of the Instance. See ad_auth_server
below.
Description of the instance. This name can have a string of 1 to 63 characters.
Whether to Enable the public internet access to a specified Bastionhost instance. The valid values: true
, false
.
The LDAP auth server of the Instance. See ldap_auth_server
below.
The package type of Cloud Bastionhost instance. You can query more supported types through the DescribePricingModule.
The unit of the auto-renewal period. Valid values: NOTE: The renewal_period_unit
is required under the condition that renewal_status
is AutoRenewal
.
Automatic renewal status. Valid values: AutoRenewal
, ManualRenewal
, NotRenewal
. From version 1.193.0, renewal_status
can be modified.
Automatic renewal period. Valid values: 1
to 9
, 12
, 24
, 36
. NOTE: The renew_period
is required under the condition that renewal_status
is AutoRenewal
. From version 1.193.0, renew_period
can be modified.
The Id of resource group which the Bastionhost Instance belongs. If not set, the resource is created in the default resource group.
security group IDs configured to Bastionhost. NOTE: There is a potential diff error because of the order of security_group_ids
values indefinite. So, from version 1.160.0, security_group_ids
type has been updated as set
from list
, and you can use tolist to convert it to a list.