aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.cloudfront.RealtimeLogConfig

Resource Type definition for AWS::CloudFront::RealtimeLogConfig

Create RealtimeLogConfig Resource

new RealtimeLogConfig(name: string, args: RealtimeLogConfigArgs, opts?: CustomResourceOptions);
@overload
def RealtimeLogConfig(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      end_points: Optional[Sequence[RealtimeLogConfigEndPointArgs]] = None,
                      fields: Optional[Sequence[str]] = None,
                      name: Optional[str] = None,
                      sampling_rate: Optional[float] = None)
@overload
def RealtimeLogConfig(resource_name: str,
                      args: RealtimeLogConfigArgs,
                      opts: Optional[ResourceOptions] = None)
func NewRealtimeLogConfig(ctx *Context, name string, args RealtimeLogConfigArgs, opts ...ResourceOption) (*RealtimeLogConfig, error)
public RealtimeLogConfig(string name, RealtimeLogConfigArgs args, CustomResourceOptions? opts = null)
public RealtimeLogConfig(String name, RealtimeLogConfigArgs args)
public RealtimeLogConfig(String name, RealtimeLogConfigArgs args, CustomResourceOptions options)
type: aws-native:cloudfront:RealtimeLogConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

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

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

Outputs

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

Arn string
Id string

The provider-assigned unique ID for this managed resource.

Arn string
Id string

The provider-assigned unique ID for this managed resource.

arn String
id String

The provider-assigned unique ID for this managed resource.

arn string
id string

The provider-assigned unique ID for this managed resource.

arn str
id str

The provider-assigned unique ID for this managed resource.

arn String
id String

The provider-assigned unique ID for this managed resource.

Supporting Types

RealtimeLogConfigEndPoint

RealtimeLogConfigKinesisStreamConfig

RoleArn string
StreamArn string
RoleArn string
StreamArn string
roleArn String
streamArn String
roleArn string
streamArn string
roleArn String
streamArn String

Package Details

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