aws-native.docdbelastic.Cluster
Explore with Pulumi AI
The AWS::DocDBElastic::Cluster Amazon DocumentDB (with MongoDB compatibility) Elastic Scale resource describes a Cluster
Create Cluster Resource
new Cluster(name: string, args: ClusterArgs, opts?: CustomResourceOptions);
@overload
def Cluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
admin_user_name: Optional[str] = None,
admin_user_password: Optional[str] = None,
auth_type: Optional[str] = None,
cluster_name: Optional[str] = None,
kms_key_id: Optional[str] = None,
preferred_maintenance_window: Optional[str] = None,
shard_capacity: Optional[int] = None,
shard_count: Optional[int] = None,
subnet_ids: Optional[Sequence[str]] = None,
tags: Optional[Sequence[ClusterTagArgs]] = None,
vpc_security_group_ids: Optional[Sequence[str]] = None)
@overload
def Cluster(resource_name: str,
args: ClusterArgs,
opts: Optional[ResourceOptions] = None)
func NewCluster(ctx *Context, name string, args ClusterArgs, opts ...ResourceOption) (*Cluster, error)
public Cluster(string name, ClusterArgs args, CustomResourceOptions? opts = null)
public Cluster(String name, ClusterArgs args)
public Cluster(String name, ClusterArgs args, CustomResourceOptions options)
type: aws-native:docdbelastic:Cluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterArgs
- 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 ClusterArgs
- 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 ClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Cluster 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 Cluster resource accepts the following input properties:
- Admin
User stringName - Auth
Type string - int
- int
- Admin
User stringPassword - Cluster
Name string - Kms
Key stringId - Preferred
Maintenance stringWindow - Subnet
Ids List<string> - List<Pulumi.
Aws Native. Doc DBElastic. Inputs. Cluster Tag Args> - Vpc
Security List<string>Group Ids
- Admin
User stringName - Auth
Type string - int
- int
- Admin
User stringPassword - Cluster
Name string - Kms
Key stringId - Preferred
Maintenance stringWindow - Subnet
Ids []string - []Cluster
Tag Args - Vpc
Security []stringGroup Ids
- admin
User StringName - auth
Type String - Integer
- Integer
- admin
User StringPassword - cluster
Name String - kms
Key StringId - preferred
Maintenance StringWindow - subnet
Ids List<String> - List<Cluster
Tag Args> - vpc
Security List<String>Group Ids
- admin
User stringName - auth
Type string - number
- number
- admin
User stringPassword - cluster
Name string - kms
Key stringId - preferred
Maintenance stringWindow - subnet
Ids string[] - Cluster
Tag Args[] - vpc
Security string[]Group Ids
- admin_
user_ strname - auth_
type str - int
- int
- admin_
user_ strpassword - cluster_
name str - kms_
key_ strid - preferred_
maintenance_ strwindow - subnet_
ids Sequence[str] - Sequence[Cluster
Tag Args] - vpc_
security_ Sequence[str]group_ ids
- admin
User StringName - auth
Type String - Number
- Number
- admin
User StringPassword - cluster
Name String - kms
Key StringId - preferred
Maintenance StringWindow - subnet
Ids List<String> - List<Property Map>
- vpc
Security List<String>Group Ids
Outputs
All input properties are implicitly available as output properties. Additionally, the Cluster resource produces the following output properties:
- Cluster
Arn string - Cluster
Endpoint string - Id string
The provider-assigned unique ID for this managed resource.
- Cluster
Arn string - Cluster
Endpoint string - Id string
The provider-assigned unique ID for this managed resource.
- cluster
Arn String - cluster
Endpoint String - id String
The provider-assigned unique ID for this managed resource.
- cluster
Arn string - cluster
Endpoint string - id string
The provider-assigned unique ID for this managed resource.
- cluster_
arn str - cluster_
endpoint str - id str
The provider-assigned unique ID for this managed resource.
- cluster
Arn String - cluster
Endpoint String - id String
The provider-assigned unique ID for this managed resource.
Supporting Types
ClusterTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0