harness.platform.AwsSecretManagerConnector

Resource for creating an AWS Secret Manager connector.

Create AwsSecretManagerConnector Resource

new AwsSecretManagerConnector(name: string, args: AwsSecretManagerConnectorArgs, opts?: CustomResourceOptions);
@overload
def AwsSecretManagerConnector(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              credentials: Optional[AwsSecretManagerConnectorCredentialsArgs] = None,
                              delegate_selectors: Optional[Sequence[str]] = None,
                              description: Optional[str] = None,
                              identifier: Optional[str] = None,
                              name: Optional[str] = None,
                              org_id: Optional[str] = None,
                              project_id: Optional[str] = None,
                              region: Optional[str] = None,
                              secret_name_prefix: Optional[str] = None,
                              tags: Optional[Sequence[str]] = None)
@overload
def AwsSecretManagerConnector(resource_name: str,
                              args: AwsSecretManagerConnectorArgs,
                              opts: Optional[ResourceOptions] = None)
func NewAwsSecretManagerConnector(ctx *Context, name string, args AwsSecretManagerConnectorArgs, opts ...ResourceOption) (*AwsSecretManagerConnector, error)
public AwsSecretManagerConnector(string name, AwsSecretManagerConnectorArgs args, CustomResourceOptions? opts = null)
public AwsSecretManagerConnector(String name, AwsSecretManagerConnectorArgs args)
public AwsSecretManagerConnector(String name, AwsSecretManagerConnectorArgs args, CustomResourceOptions options)
type: harness:platform:AwsSecretManagerConnector
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AwsSecretManagerConnectorArgs
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 AwsSecretManagerConnectorArgs
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 AwsSecretManagerConnectorArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AwsSecretManagerConnectorArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AwsSecretManagerConnectorArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

AwsSecretManagerConnector 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 AwsSecretManagerConnector resource accepts the following input properties:

Credentials Lbrlabs.PulumiPackage.Harness.Platform.Inputs.AwsSecretManagerConnectorCredentialsArgs

The credentials to use for connecting to aws.

Identifier string

Unique identifier of the resource.

Region string

The AWS region where the AWS Secret Manager is.

DelegateSelectors List<string>

Connect using only the delegates which have these tags.

Description string

Description of the resource.

Name string

Name of the resource.

OrgId string

Unique identifier of the Organization.

ProjectId string

Unique identifier of the Project.

SecretNamePrefix string

A prefix to be added to all secrets.

Tags List<string>

Tags to associate with the resource. Tags should be in the form name:value.

Credentials AwsSecretManagerConnectorCredentialsArgs

The credentials to use for connecting to aws.

Identifier string

Unique identifier of the resource.

Region string

The AWS region where the AWS Secret Manager is.

DelegateSelectors []string

Connect using only the delegates which have these tags.

Description string

Description of the resource.

Name string

Name of the resource.

OrgId string

Unique identifier of the Organization.

ProjectId string

Unique identifier of the Project.

SecretNamePrefix string

A prefix to be added to all secrets.

Tags []string

Tags to associate with the resource. Tags should be in the form name:value.

credentials AwsSecretManagerConnectorCredentialsArgs

The credentials to use for connecting to aws.

identifier String

Unique identifier of the resource.

region String

The AWS region where the AWS Secret Manager is.

delegateSelectors List<String>

Connect using only the delegates which have these tags.

description String

Description of the resource.

name String

Name of the resource.

orgId String

Unique identifier of the Organization.

projectId String

Unique identifier of the Project.

secretNamePrefix String

A prefix to be added to all secrets.

tags List<String>

Tags to associate with the resource. Tags should be in the form name:value.

credentials AwsSecretManagerConnectorCredentialsArgs

The credentials to use for connecting to aws.

identifier string

Unique identifier of the resource.

region string

The AWS region where the AWS Secret Manager is.

delegateSelectors string[]

Connect using only the delegates which have these tags.

description string

Description of the resource.

name string

Name of the resource.

orgId string

Unique identifier of the Organization.

projectId string

Unique identifier of the Project.

secretNamePrefix string

A prefix to be added to all secrets.

tags string[]

Tags to associate with the resource. Tags should be in the form name:value.

credentials AwsSecretManagerConnectorCredentialsArgs

The credentials to use for connecting to aws.

identifier str

Unique identifier of the resource.

region str

The AWS region where the AWS Secret Manager is.

delegate_selectors Sequence[str]

Connect using only the delegates which have these tags.

description str

Description of the resource.

name str

Name of the resource.

org_id str

Unique identifier of the Organization.

project_id str

Unique identifier of the Project.

secret_name_prefix str

A prefix to be added to all secrets.

tags Sequence[str]

Tags to associate with the resource. Tags should be in the form name:value.

credentials Property Map

The credentials to use for connecting to aws.

identifier String

Unique identifier of the resource.

region String

The AWS region where the AWS Secret Manager is.

delegateSelectors List<String>

Connect using only the delegates which have these tags.

description String

Description of the resource.

name String

Name of the resource.

orgId String

Unique identifier of the Organization.

projectId String

Unique identifier of the Project.

secretNamePrefix String

A prefix to be added to all secrets.

tags List<String>

Tags to associate with the resource. Tags should be in the form name:value.

Outputs

All input properties are implicitly available as output properties. Additionally, the AwsSecretManagerConnector resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing AwsSecretManagerConnector Resource

Get an existing AwsSecretManagerConnector resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: AwsSecretManagerConnectorState, opts?: CustomResourceOptions): AwsSecretManagerConnector
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        credentials: Optional[AwsSecretManagerConnectorCredentialsArgs] = None,
        delegate_selectors: Optional[Sequence[str]] = None,
        description: Optional[str] = None,
        identifier: Optional[str] = None,
        name: Optional[str] = None,
        org_id: Optional[str] = None,
        project_id: Optional[str] = None,
        region: Optional[str] = None,
        secret_name_prefix: Optional[str] = None,
        tags: Optional[Sequence[str]] = None) -> AwsSecretManagerConnector
func GetAwsSecretManagerConnector(ctx *Context, name string, id IDInput, state *AwsSecretManagerConnectorState, opts ...ResourceOption) (*AwsSecretManagerConnector, error)
public static AwsSecretManagerConnector Get(string name, Input<string> id, AwsSecretManagerConnectorState? state, CustomResourceOptions? opts = null)
public static AwsSecretManagerConnector get(String name, Output<String> id, AwsSecretManagerConnectorState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Credentials Lbrlabs.PulumiPackage.Harness.Platform.Inputs.AwsSecretManagerConnectorCredentialsArgs

The credentials to use for connecting to aws.

DelegateSelectors List<string>

Connect using only the delegates which have these tags.

Description string

Description of the resource.

Identifier string

Unique identifier of the resource.

Name string

Name of the resource.

OrgId string

Unique identifier of the Organization.

ProjectId string

Unique identifier of the Project.

Region string

The AWS region where the AWS Secret Manager is.

SecretNamePrefix string

A prefix to be added to all secrets.

Tags List<string>

Tags to associate with the resource. Tags should be in the form name:value.

Credentials AwsSecretManagerConnectorCredentialsArgs

The credentials to use for connecting to aws.

DelegateSelectors []string

Connect using only the delegates which have these tags.

Description string

Description of the resource.

Identifier string

Unique identifier of the resource.

Name string

Name of the resource.

OrgId string

Unique identifier of the Organization.

ProjectId string

Unique identifier of the Project.

Region string

The AWS region where the AWS Secret Manager is.

SecretNamePrefix string

A prefix to be added to all secrets.

Tags []string

Tags to associate with the resource. Tags should be in the form name:value.

credentials AwsSecretManagerConnectorCredentialsArgs

The credentials to use for connecting to aws.

delegateSelectors List<String>

Connect using only the delegates which have these tags.

description String

Description of the resource.

identifier String

Unique identifier of the resource.

name String

Name of the resource.

orgId String

Unique identifier of the Organization.

projectId String

Unique identifier of the Project.

region String

The AWS region where the AWS Secret Manager is.

secretNamePrefix String

A prefix to be added to all secrets.

tags List<String>

Tags to associate with the resource. Tags should be in the form name:value.

credentials AwsSecretManagerConnectorCredentialsArgs

The credentials to use for connecting to aws.

delegateSelectors string[]

Connect using only the delegates which have these tags.

description string

Description of the resource.

identifier string

Unique identifier of the resource.

name string

Name of the resource.

orgId string

Unique identifier of the Organization.

projectId string

Unique identifier of the Project.

region string

The AWS region where the AWS Secret Manager is.

secretNamePrefix string

A prefix to be added to all secrets.

tags string[]

Tags to associate with the resource. Tags should be in the form name:value.

credentials AwsSecretManagerConnectorCredentialsArgs

The credentials to use for connecting to aws.

delegate_selectors Sequence[str]

Connect using only the delegates which have these tags.

description str

Description of the resource.

identifier str

Unique identifier of the resource.

name str

Name of the resource.

org_id str

Unique identifier of the Organization.

project_id str

Unique identifier of the Project.

region str

The AWS region where the AWS Secret Manager is.

secret_name_prefix str

A prefix to be added to all secrets.

tags Sequence[str]

Tags to associate with the resource. Tags should be in the form name:value.

credentials Property Map

The credentials to use for connecting to aws.

delegateSelectors List<String>

Connect using only the delegates which have these tags.

description String

Description of the resource.

identifier String

Unique identifier of the resource.

name String

Name of the resource.

orgId String

Unique identifier of the Organization.

projectId String

Unique identifier of the Project.

region String

The AWS region where the AWS Secret Manager is.

secretNamePrefix String

A prefix to be added to all secrets.

tags List<String>

Tags to associate with the resource. Tags should be in the form name:value.

Supporting Types

AwsSecretManagerConnectorCredentials

AssumeRole AwsSecretManagerConnectorCredentialsAssumeRole

Connect using STS assume role.

InheritFromDelegate bool

Inherit the credentials from from the delegate.

Manual AwsSecretManagerConnectorCredentialsManual

Specify the AWS key and secret used for authenticating.

assumeRole AwsSecretManagerConnectorCredentialsAssumeRole

Connect using STS assume role.

inheritFromDelegate Boolean

Inherit the credentials from from the delegate.

manual AwsSecretManagerConnectorCredentialsManual

Specify the AWS key and secret used for authenticating.

assumeRole AwsSecretManagerConnectorCredentialsAssumeRole

Connect using STS assume role.

inheritFromDelegate boolean

Inherit the credentials from from the delegate.

manual AwsSecretManagerConnectorCredentialsManual

Specify the AWS key and secret used for authenticating.

assume_role AwsSecretManagerConnectorCredentialsAssumeRole

Connect using STS assume role.

inherit_from_delegate bool

Inherit the credentials from from the delegate.

manual AwsSecretManagerConnectorCredentialsManual

Specify the AWS key and secret used for authenticating.

assumeRole Property Map

Connect using STS assume role.

inheritFromDelegate Boolean

Inherit the credentials from from the delegate.

manual Property Map

Specify the AWS key and secret used for authenticating.

AwsSecretManagerConnectorCredentialsAssumeRole

Duration int
RoleArn string
ExternalId string
Duration int
RoleArn string
ExternalId string
duration Integer
roleArn String
externalId String
duration number
roleArn string
externalId string
duration Number
roleArn String
externalId String

AwsSecretManagerConnectorCredentialsManual

Package Details

Repository
harness lbrlabs/pulumi-harness
License
Apache-2.0
Notes

This Pulumi package is based on the harness Terraform Provider.