AWS SDK for .NET Documentation
InvalidationBatch Constructor (callerReference, paths)
AmazonAmazon.CloudFront_2012_03_15.ModelInvalidationBatchInvalidationBatch(String, List<(Of <<'(String>)>>)) Did this page help you?   Yes   No    Tell us about it...
Constructs and instance of InvalidationBatch with a callerReference and a list of paths to objects.
Declaration Syntax
C#
public InvalidationBatch(
	string callerReference,
	List<string> paths
)
Parameters
callerReference (String)
A unique name that ensures the request can't be replayed.
paths (List<(Of <(<'String>)>)>)
A list of paths to objects that will be invalidated.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)