AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.78.0 published on Wednesday, Sep 27, 2023 by Pulumi
aws-native.cloudfront.RealtimeLogConfig
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.78.0 published on Wednesday, Sep 27, 2023 by Pulumi
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:
- End
Points List<Pulumi.Aws Native. Cloud Front. Inputs. Realtime Log Config End Point> - Fields List<string>
- Sampling
Rate double - Name string
- End
Points []RealtimeLog Config End Point Args - Fields []string
- Sampling
Rate float64 - Name string
- end
Points List<RealtimeLog Config End Point> - fields List<String>
- sampling
Rate Double - name String
- end
Points RealtimeLog Config End Point[] - fields string[]
- sampling
Rate number - name string
- end_
points Sequence[RealtimeLog Config End Point Args] - fields Sequence[str]
- sampling_
rate float - name str
- end
Points List<Property Map> - fields List<String>
- sampling
Rate Number - name String
Outputs
All input properties are implicitly available as output properties. Additionally, the RealtimeLogConfig resource produces the following output properties:
Supporting Types
RealtimeLogConfigEndPoint, RealtimeLogConfigEndPointArgs
RealtimeLogConfigKinesisStreamConfig, RealtimeLogConfigKinesisStreamConfigArgs
- role_
arn str - stream_
arn str
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.78.0 published on Wednesday, Sep 27, 2023 by Pulumi