AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.appflow.Connector
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource schema for AWS::AppFlow::Connector
Create Connector Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Connector(name: string, args: ConnectorArgs, opts?: CustomResourceOptions);
@overload
def Connector(resource_name: str,
args: ConnectorArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Connector(resource_name: str,
opts: Optional[ResourceOptions] = None,
connector_provisioning_config: Optional[ConnectorProvisioningConfigArgs] = None,
connector_provisioning_type: Optional[str] = None,
connector_label: Optional[str] = None,
description: Optional[str] = None)
func NewConnector(ctx *Context, name string, args ConnectorArgs, opts ...ResourceOption) (*Connector, error)
public Connector(string name, ConnectorArgs args, CustomResourceOptions? opts = null)
public Connector(String name, ConnectorArgs args)
public Connector(String name, ConnectorArgs args, CustomResourceOptions options)
type: aws-native:appflow:Connector
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ConnectorArgs
- 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 ConnectorArgs
- 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 ConnectorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConnectorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConnectorArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Connector 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 Connector resource accepts the following input properties:
- Connector
Provisioning Pulumi.Config Aws Native. App Flow. Inputs. Connector Provisioning Config - Contains information about the configuration of the connector being registered.
- Connector
Provisioning stringType - The provisioning type of the connector. Currently the only supported value is LAMBDA.
- Connector
Label string - The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
- Description string
- A description about the connector that's being registered.
- Connector
Provisioning ConnectorConfig Provisioning Config Args - Contains information about the configuration of the connector being registered.
- Connector
Provisioning stringType - The provisioning type of the connector. Currently the only supported value is LAMBDA.
- Connector
Label string - The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
- Description string
- A description about the connector that's being registered.
- connector
Provisioning ConnectorConfig Provisioning Config - Contains information about the configuration of the connector being registered.
- connector
Provisioning StringType - The provisioning type of the connector. Currently the only supported value is LAMBDA.
- connector
Label String - The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
- description String
- A description about the connector that's being registered.
- connector
Provisioning ConnectorConfig Provisioning Config - Contains information about the configuration of the connector being registered.
- connector
Provisioning stringType - The provisioning type of the connector. Currently the only supported value is LAMBDA.
- connector
Label string - The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
- description string
- A description about the connector that's being registered.
- connector_
provisioning_ Connectorconfig Provisioning Config Args - Contains information about the configuration of the connector being registered.
- connector_
provisioning_ strtype - The provisioning type of the connector. Currently the only supported value is LAMBDA.
- connector_
label str - The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
- description str
- A description about the connector that's being registered.
- connector
Provisioning Property MapConfig - Contains information about the configuration of the connector being registered.
- connector
Provisioning StringType - The provisioning type of the connector. Currently the only supported value is LAMBDA.
- connector
Label String - The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
- description String
- A description about the connector that's being registered.
Outputs
All input properties are implicitly available as output properties. Additionally, the Connector resource produces the following output properties:
- Connector
Arn string - The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.
- Id string
- The provider-assigned unique ID for this managed resource.
- Connector
Arn string - The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.
- Id string
- The provider-assigned unique ID for this managed resource.
- connector
Arn String - The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.
- id String
- The provider-assigned unique ID for this managed resource.
- connector
Arn string - The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.
- id string
- The provider-assigned unique ID for this managed resource.
- connector_
arn str - The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.
- id str
- The provider-assigned unique ID for this managed resource.
- connector
Arn String - The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ConnectorLambdaConnectorProvisioningConfig, ConnectorLambdaConnectorProvisioningConfigArgs
- Lambda
Arn string - Lambda ARN of the connector being registered.
- Lambda
Arn string - Lambda ARN of the connector being registered.
- lambda
Arn String - Lambda ARN of the connector being registered.
- lambda
Arn string - Lambda ARN of the connector being registered.
- lambda_
arn str - Lambda ARN of the connector being registered.
- lambda
Arn String - Lambda ARN of the connector being registered.
ConnectorProvisioningConfig, ConnectorProvisioningConfigArgs
- Lambda
Pulumi.
Aws Native. App Flow. Inputs. Connector Lambda Connector Provisioning Config - Contains information about the configuration of the lambda which is being registered as the connector.
- Lambda
Connector
Lambda Connector Provisioning Config - Contains information about the configuration of the lambda which is being registered as the connector.
- lambda
Connector
Lambda Connector Provisioning Config - Contains information about the configuration of the lambda which is being registered as the connector.
- lambda
Connector
Lambda Connector Provisioning Config - Contains information about the configuration of the lambda which is being registered as the connector.
- lambda_
Connector
Lambda Connector Provisioning Config - Contains information about the configuration of the lambda which is being registered as the connector.
- lambda Property Map
- Contains information about the configuration of the lambda which is being registered as the connector.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi