1. Packages
  2. AWS Native
  3. API Docs
  4. cloudtrail
  5. Channel

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.cloudtrail.Channel

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    A channel receives events from a specific source (such as an on-premises storage solution or application, or a partner event data source), and delivers the events to one or more event data stores. You use channels to ingest events into CloudTrail from sources outside AWS.

    Create Channel Resource

    new Channel(name: string, args?: ChannelArgs, opts?: CustomResourceOptions);
    @overload
    def Channel(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                destinations: Optional[Sequence[ChannelDestinationArgs]] = None,
                name: Optional[str] = None,
                source: Optional[str] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def Channel(resource_name: str,
                args: Optional[ChannelArgs] = None,
                opts: Optional[ResourceOptions] = None)
    func NewChannel(ctx *Context, name string, args *ChannelArgs, opts ...ResourceOption) (*Channel, error)
    public Channel(string name, ChannelArgs? args = null, CustomResourceOptions? opts = null)
    public Channel(String name, ChannelArgs args)
    public Channel(String name, ChannelArgs args, CustomResourceOptions options)
    
    type: aws-native:cloudtrail:Channel
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ChannelArgs
    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 ChannelArgs
    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 ChannelArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ChannelArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ChannelArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    Destinations List<Pulumi.AwsNative.CloudTrail.Inputs.ChannelDestination>
    One or more resources to which events arriving through a channel are logged and stored.
    Name string
    Source string
    The ARN of an on-premises storage solution or application, or a partner event source.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    Destinations []ChannelDestinationArgs
    One or more resources to which events arriving through a channel are logged and stored.
    Name string
    Source string
    The ARN of an on-premises storage solution or application, or a partner event source.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    destinations List<ChannelDestination>
    One or more resources to which events arriving through a channel are logged and stored.
    name String
    source String
    The ARN of an on-premises storage solution or application, or a partner event source.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    destinations ChannelDestination[]
    One or more resources to which events arriving through a channel are logged and stored.
    name string
    source string
    The ARN of an on-premises storage solution or application, or a partner event source.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    destinations Sequence[ChannelDestinationArgs]
    One or more resources to which events arriving through a channel are logged and stored.
    name str
    source str
    The ARN of an on-premises storage solution or application, or a partner event source.
    tags TagArgs]
    An array of key-value pairs to apply to this resource.
    destinations List<Property Map>
    One or more resources to which events arriving through a channel are logged and stored.
    name String
    source String
    The ARN of an on-premises storage solution or application, or a partner event source.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

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

    ChannelArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    ChannelArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    channelArn String
    id String
    The provider-assigned unique ID for this managed resource.
    channelArn string
    id string
    The provider-assigned unique ID for this managed resource.
    channel_arn str
    id str
    The provider-assigned unique ID for this managed resource.
    channelArn String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    ChannelDestination, ChannelDestinationArgs

    Location string
    The ARN of a resource that receives events from a channel.
    Type Pulumi.AwsNative.CloudTrail.ChannelDestinationType
    The type of destination for events arriving from a channel.
    Location string
    The ARN of a resource that receives events from a channel.
    Type ChannelDestinationType
    The type of destination for events arriving from a channel.
    location String
    The ARN of a resource that receives events from a channel.
    type ChannelDestinationType
    The type of destination for events arriving from a channel.
    location string
    The ARN of a resource that receives events from a channel.
    type ChannelDestinationType
    The type of destination for events arriving from a channel.
    location str
    The ARN of a resource that receives events from a channel.
    type ChannelDestinationType
    The type of destination for events arriving from a channel.
    location String
    The ARN of a resource that receives events from a channel.
    type "EVENT_DATA_STORE"
    The type of destination for events arriving from a channel.

    ChannelDestinationType, ChannelDestinationTypeArgs

    EventDataStore
    EVENT_DATA_STORE
    ChannelDestinationTypeEventDataStore
    EVENT_DATA_STORE
    EventDataStore
    EVENT_DATA_STORE
    EventDataStore
    EVENT_DATA_STORE
    EVENT_DATA_STORE
    EVENT_DATA_STORE
    "EVENT_DATA_STORE"
    EVENT_DATA_STORE

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi