sumologic.DataForwardingDestination
Explore with Pulumi AI
Provider to manage Sumologic Data Forwarding Destination
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
exampleDataForwardingDestination:
type: sumologic:DataForwardingDestination
name: example_data_forwarding_destination
properties:
destinationName: df-destination
description:
bucketName: df-bucket
region: us-east-1
authenticationMode: RoleBased
accessKeyId: accessKeyId
secretAccessKey: secretAccessKey
roleArn: arn:aws:iam::some-valid-arn
encrypted: 'false'
Create DataForwardingDestination Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataForwardingDestination(name: string, args: DataForwardingDestinationArgs, opts?: CustomResourceOptions);
@overload
def DataForwardingDestination(resource_name: str,
args: DataForwardingDestinationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DataForwardingDestination(resource_name: str,
opts: Optional[ResourceOptions] = None,
authentication: Optional[DataForwardingDestinationAuthenticationArgs] = None,
bucket_name: Optional[str] = None,
destination_name: Optional[str] = None,
description: Optional[str] = None,
enabled: Optional[bool] = None,
s3_region: Optional[str] = None,
s3_server_side_encryption: Optional[bool] = None)
func NewDataForwardingDestination(ctx *Context, name string, args DataForwardingDestinationArgs, opts ...ResourceOption) (*DataForwardingDestination, error)
public DataForwardingDestination(string name, DataForwardingDestinationArgs args, CustomResourceOptions? opts = null)
public DataForwardingDestination(String name, DataForwardingDestinationArgs args)
public DataForwardingDestination(String name, DataForwardingDestinationArgs args, CustomResourceOptions options)
type: sumologic:DataForwardingDestination
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 DataForwardingDestinationArgs
- 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 DataForwardingDestinationArgs
- 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 DataForwardingDestinationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DataForwardingDestinationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DataForwardingDestinationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var dataForwardingDestinationResource = new SumoLogic.DataForwardingDestination("dataForwardingDestinationResource", new()
{
Authentication = new SumoLogic.Inputs.DataForwardingDestinationAuthenticationArgs
{
Type = "string",
AccessKey = "string",
RoleArn = "string",
SecretKey = "string",
},
BucketName = "string",
DestinationName = "string",
Description = "string",
Enabled = false,
S3Region = "string",
S3ServerSideEncryption = false,
});
example, err := sumologic.NewDataForwardingDestination(ctx, "dataForwardingDestinationResource", &sumologic.DataForwardingDestinationArgs{
Authentication: &sumologic.DataForwardingDestinationAuthenticationArgs{
Type: pulumi.String("string"),
AccessKey: pulumi.String("string"),
RoleArn: pulumi.String("string"),
SecretKey: pulumi.String("string"),
},
BucketName: pulumi.String("string"),
DestinationName: pulumi.String("string"),
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
S3Region: pulumi.String("string"),
S3ServerSideEncryption: pulumi.Bool(false),
})
var dataForwardingDestinationResource = new DataForwardingDestination("dataForwardingDestinationResource", DataForwardingDestinationArgs.builder()
.authentication(DataForwardingDestinationAuthenticationArgs.builder()
.type("string")
.accessKey("string")
.roleArn("string")
.secretKey("string")
.build())
.bucketName("string")
.destinationName("string")
.description("string")
.enabled(false)
.s3Region("string")
.s3ServerSideEncryption(false)
.build());
data_forwarding_destination_resource = sumologic.DataForwardingDestination("dataForwardingDestinationResource",
authentication=sumologic.DataForwardingDestinationAuthenticationArgs(
type="string",
access_key="string",
role_arn="string",
secret_key="string",
),
bucket_name="string",
destination_name="string",
description="string",
enabled=False,
s3_region="string",
s3_server_side_encryption=False)
const dataForwardingDestinationResource = new sumologic.DataForwardingDestination("dataForwardingDestinationResource", {
authentication: {
type: "string",
accessKey: "string",
roleArn: "string",
secretKey: "string",
},
bucketName: "string",
destinationName: "string",
description: "string",
enabled: false,
s3Region: "string",
s3ServerSideEncryption: false,
});
type: sumologic:DataForwardingDestination
properties:
authentication:
accessKey: string
roleArn: string
secretKey: string
type: string
bucketName: string
description: string
destinationName: string
enabled: false
s3Region: string
s3ServerSideEncryption: false
DataForwardingDestination 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 DataForwardingDestination resource accepts the following input properties:
- Authentication
Pulumi.
Sumo Logic. Inputs. Data Forwarding Destination Authentication - Bucket
Name string - The name of the Amazon S3 bucket.
- Destination
Name string - Name of the S3 data forwarding destination.
- Description string
- Description of the S3 data forwarding destination.
- Enabled bool
- S3Region string
- S3Server
Side boolEncryption
- Authentication
Data
Forwarding Destination Authentication Args - Bucket
Name string - The name of the Amazon S3 bucket.
- Destination
Name string - Name of the S3 data forwarding destination.
- Description string
- Description of the S3 data forwarding destination.
- Enabled bool
- S3Region string
- S3Server
Side boolEncryption
- authentication
Data
Forwarding Destination Authentication - bucket
Name String - The name of the Amazon S3 bucket.
- destination
Name String - Name of the S3 data forwarding destination.
- description String
- Description of the S3 data forwarding destination.
- enabled Boolean
- s3Region String
- s3Server
Side BooleanEncryption
- authentication
Data
Forwarding Destination Authentication - bucket
Name string - The name of the Amazon S3 bucket.
- destination
Name string - Name of the S3 data forwarding destination.
- description string
- Description of the S3 data forwarding destination.
- enabled boolean
- s3Region string
- s3Server
Side booleanEncryption
- authentication
Data
Forwarding Destination Authentication Args - bucket_
name str - The name of the Amazon S3 bucket.
- destination_
name str - Name of the S3 data forwarding destination.
- description str
- Description of the S3 data forwarding destination.
- enabled bool
- s3_
region str - s3_
server_ boolside_ encryption
- authentication Property Map
- bucket
Name String - The name of the Amazon S3 bucket.
- destination
Name String - Name of the S3 data forwarding destination.
- description String
- Description of the S3 data forwarding destination.
- enabled Boolean
- s3Region String
- s3Server
Side BooleanEncryption
Outputs
All input properties are implicitly available as output properties. Additionally, the DataForwardingDestination 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 DataForwardingDestination Resource
Get an existing DataForwardingDestination 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?: DataForwardingDestinationState, opts?: CustomResourceOptions): DataForwardingDestination
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
authentication: Optional[DataForwardingDestinationAuthenticationArgs] = None,
bucket_name: Optional[str] = None,
description: Optional[str] = None,
destination_name: Optional[str] = None,
enabled: Optional[bool] = None,
s3_region: Optional[str] = None,
s3_server_side_encryption: Optional[bool] = None) -> DataForwardingDestination
func GetDataForwardingDestination(ctx *Context, name string, id IDInput, state *DataForwardingDestinationState, opts ...ResourceOption) (*DataForwardingDestination, error)
public static DataForwardingDestination Get(string name, Input<string> id, DataForwardingDestinationState? state, CustomResourceOptions? opts = null)
public static DataForwardingDestination get(String name, Output<String> id, DataForwardingDestinationState 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.
- Authentication
Pulumi.
Sumo Logic. Inputs. Data Forwarding Destination Authentication - Bucket
Name string - The name of the Amazon S3 bucket.
- Description string
- Description of the S3 data forwarding destination.
- Destination
Name string - Name of the S3 data forwarding destination.
- Enabled bool
- S3Region string
- S3Server
Side boolEncryption
- Authentication
Data
Forwarding Destination Authentication Args - Bucket
Name string - The name of the Amazon S3 bucket.
- Description string
- Description of the S3 data forwarding destination.
- Destination
Name string - Name of the S3 data forwarding destination.
- Enabled bool
- S3Region string
- S3Server
Side boolEncryption
- authentication
Data
Forwarding Destination Authentication - bucket
Name String - The name of the Amazon S3 bucket.
- description String
- Description of the S3 data forwarding destination.
- destination
Name String - Name of the S3 data forwarding destination.
- enabled Boolean
- s3Region String
- s3Server
Side BooleanEncryption
- authentication
Data
Forwarding Destination Authentication - bucket
Name string - The name of the Amazon S3 bucket.
- description string
- Description of the S3 data forwarding destination.
- destination
Name string - Name of the S3 data forwarding destination.
- enabled boolean
- s3Region string
- s3Server
Side booleanEncryption
- authentication
Data
Forwarding Destination Authentication Args - bucket_
name str - The name of the Amazon S3 bucket.
- description str
- Description of the S3 data forwarding destination.
- destination_
name str - Name of the S3 data forwarding destination.
- enabled bool
- s3_
region str - s3_
server_ boolside_ encryption
- authentication Property Map
- bucket
Name String - The name of the Amazon S3 bucket.
- description String
- Description of the S3 data forwarding destination.
- destination
Name String - Name of the S3 data forwarding destination.
- enabled Boolean
- s3Region String
- s3Server
Side BooleanEncryption
Supporting Types
DataForwardingDestinationAuthentication, DataForwardingDestinationAuthenticationArgs
- type str
- access_
key str - role_
arn str - The AWS Role ARN to access the S3 bucket.
- secret_
key str
Package Details
- Repository
- Sumo Logic pulumi/pulumi-sumologic
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sumologic
Terraform Provider.